PR c++/79899
[official-gcc.git] / gcc / testsuite / g++.dg / other / typedef1.C
blobef1684d7aeffa17fb009b7092f763eef7ed3e3d9
1 // PR c++/27572
2 // { dg-do compile }
4 void f1(typedef) {}        // { dg-error "no type|typedef declaration" }
5 void f2(typedef x) {}      // { dg-error "type|typedef declaration" }
6 void f3(typedef x[]) {}    // { dg-error "type|typedef declaration" }
7 void f4(typedef int x) {}  // { dg-error "typedef declaration" }