llvm-project/llvm/test/Regression/C++Frontend/2003-06-16-VolatileError.c
Chris Lattner cdfb4dbad8 New testcase identified by joel
llvm-svn: 6708
2003-06-16 13:16:20 +00:00

6 lines
104 B
C

/* This crashes the CFE. */
extern int volatile test;
int volatile test = 0;
int main() { return 0; }