8 lines
78 B
C

int test() {
return 0;
}
int main() {
int x = test();
return x;
}