blob: 175a90dde6399f6142c5cb3c67f24f3de1ac79e6 [file] [log] [blame]
int func();
int main(int argc, char **argv) {
return func();
}