SysYTestcases/functional_h_2022/06_func_name.sy
ridethepig 13f3cb710a init
2023-05-16 00:56:56 +08:00

9 lines
67 B
Plaintext
Executable File

int f() {
return 10;
}
int main() {
int f = 20;
return f;
}