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