blob: 9e4a94321dd6770d130f592a95f6ba5e8075582b [file] [log] [blame]
extern int foo (double);
int
bar (void)
{
return foo (1.2);
}