Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
[official-gcc.git] / gcc / testsuite / gcc.dg / noncompile / 920507-1.c
blob5f2ff4ee88eacc7eb0daa37609480981c6e1080d
1 int
2 x(void)
4 register int *a asm("unknown_register"); /* { dg-error "invalid register" } */
5 int *v[1] = {a};