PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / deprecated-2.c
blobc4ca8a272d033b4e37721e0f7185f4fc76601e5e
1 /* Test __attribute__((deprecated)). Test types without names. */
2 /* Origin: Joseph Myers <jsm@polyomino.org.uk> */
3 /* { dg-do compile } */
4 /* { dg-options "" } */
6 struct { int a; } __attribute__((deprecated)) x; /* { dg-warning "type is deprecated" } */
7 typeof(x) y; /* { dg-warning "type is deprecated" } */