7 lines
64 B
C
Raw Normal View History

2023-02-08 15:01:41 +00:00
int test() {
return 1;
}
int main() {
int x = test();
}