aboutsummaryrefslogtreecommitdiffstats
path: root/test/C++Frontend/2003-06-16-VolatileError.c
blob: 127e540646ad3e49ec9e670207b5a931051d914d (plain)
1
2
3
4
5
/* This crashes the CFE.  */
extern int volatile test;
int volatile test = 0;

int main() { return 0; }