blob: 4fec3306eb17496648ce50590a52176bb77caeb4 [file] [log] [blame]
void
foo ()
{
}
int
main (int argc, char *argv[])
{
foo ();
return 0;
}