~ubuntu-branches/ubuntu/trusty/eglibc/trusty-proposed

1
2
3
4
5
6
7
extern int foo (double);

int
bar (void)
{
  return foo (1.2);
}