RVBTCC/test/error/variable_array_size.c

2 lines
27 B
C
Raw Normal View History

2024-12-24 07:00:51 +00:00
int size = 10;
int a[size];