blob: 2128ead9d9c69cb4ce483090a3a81860476eaef6 [file] [log] [blame]
extern void func();
int main(void)
{
func();
return 0;
}