6_5_63_call_arg_conversion.c (81B)
1 static int f(double x) { return (int)x; } 2 3 int test_main(void) { return f(42); }