mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
9 lines
70 B
C
9 lines
70 B
C
|
|
||
|
struct S { };
|
||
|
|
||
|
int xxxx(int a) {
|
||
|
struct S comps[a];
|
||
|
comps[0];
|
||
|
}
|
||
|
|