blob: 303f973d5db02b9f8325d506e291f8025b8aa560 [file] [log] [blame]
/* Test __attribute__((unavailable)). Test types without names. */
/* { dg-do compile } */
/* { dg-options "" } */
struct { int a; } __attribute__((unavailable)) x; /* { dg-error "type is unavailable" } */
typeof(x) y; /* { dg-error "type is unavailable" } */