blob: 29ad70a3b53a7e39699bf0739455a56faf904594 [file] [log] [blame]
extern int func(void);
int main(void)
{
return func();
}