RVBTCC/test/error/array_pointer.c

3 lines
30 B
C
Raw Normal View History

2024-12-24 03:31:50 +00:00
int main() {
int* a[10];
}