blob: 6666e9348b548ec829cfab829059a422a91a2500 [file]
extern void f2(void);
int main(void)
{
f2();
return 0;
}