aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/ext/transparent-union.C
blob: 12315636100c1c329e3d8374b8cba296e79f6926 (plain)
1
2
3
4
5
// PR c++/53761

typedef union {    // { dg-error "type transparent" }
   double x;
} __attribute__(( __transparent_union__ )) example_t;