blob: 497ef5d93b05f30bc140cef7148f36c578b4f246 [file] [log] [blame]
#include <stdio.h>
int
baz (int x)
{
puts ("in baz");
return x * 4;
}