OSDN Git Service

2010-01-26 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / other / typedef1.C
1 // PR c++/27572
2 // { dg-do compile }
3
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" }