(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
ext/
transparent-union.C
// PR c++/53761

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