combo error
[libfirm] / ir / be / test / llvm / 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; }