5 lines
No EOL
49 B
C
5 lines
No EOL
49 B
C
int main() {
|
|
int* a;
|
|
int* b;
|
|
a + b;
|
|
} |