Move the testcase elsewhere
[oota-llvm.git] / test / C++Frontend / 2003-06-16-VolatileError.c
1 /* This crashes the CFE.  */
2 extern int volatile test;
3 int volatile test = 0;
4
5 int main() { return 0; }