1 /* Test C23 fallthrough attribute: duplicates (allowed after N2557). */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c23 -pedantic-errors" } */
12 [[fallthrough
, __fallthrough__
]]; /* { dg-warning "specified multiple times" } */
15 [[fallthrough
]] [[fallthrough
]]; /* { dg-warning "specified multiple times" } */