forked from OSchip/llvm-project
parent
94c348f7d3
commit
cdfb4dbad8
|
@ -0,0 +1,5 @@
|
|||
/* This crashes the CFE. */
|
||||
extern int volatile test;
|
||||
int volatile test = 0;
|
||||
|
||||
int main() { return 0; }
|
Loading…
Reference in New Issue