blob: 4cfd0aa0b69e79a45323b8966f0e6b4b00aa799f [file] [log] [blame]
int fn2 (void);
int
main ()
{
fn2 ();
return 0;
}