RVBTCC/test/error/pointer_binary.c

4 lines
37 B
C
Raw Permalink Normal View History

2024-12-24 07:00:51 +00:00
int main() {
int* p;
p * p;
}