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