New testcase identified by joel

llvm-svn: 6708
This commit is contained in:
Chris Lattner 2003-06-16 13:16:20 +00:00
parent 94c348f7d3
commit cdfb4dbad8
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
/* This crashes the CFE. */
extern int volatile test;
int volatile test = 0;
int main() { return 0; }