i386: Use BLKmode for {ld,st}tilecfg
[official-gcc.git] / gcc / testsuite / g++.dg / parse / error7.C
blob78b7caac9cd1cc04d9612787dcaff0c98f94d997
1 // PR c++/12827
2 // { dg-options "-fshow-column" }
4 void f(int x
5        int y);
7 // { dg-error "8:expected ',' or '...' before 'int'" "" { target *-*-* } 5 }