mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-29 13:32:33 +00:00
6 lines
104 B
C
6 lines
104 B
C
|
/* This crashes the CFE. */
|
||
|
extern int volatile test;
|
||
|
int volatile test = 0;
|
||
|
|
||
|
int main() { return 0; }
|