RVBTCC/test/unsupported/array_of_pointer_local.c

3 lines
28 B
C
Raw Normal View History

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