aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/ext/attrib57.C
blob: 7631f12ab31282906fe39d27ad21fc999e46a710 (plain)
1
2
3
4
5
6
// PR c++/87175
// { dg-do compile }
// { dg-options "" }

struct __attribute__)) foo { };	// { dg-error "expected" }
struct __attribute__()) bar { };// { dg-error "expected" }