mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-11 08:07:22 +00:00
5 lines
73 B
C
5 lines
73 B
C
|
// RUN: %llvmgcc -c %s -o /dev/null
|
||
|
void bork() {
|
||
|
int Qux[33] = {0};
|
||
|
}
|