RVBTCC/test/error/pointer_binary.c
2024-12-24 16:16:03 +08:00

4 lines
37 B
C

int main() {
int* p;
p * p;
}