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