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