blob: f2301cc9c5a4a52ce70bfc5adb0ac67be17e85a7 [file] [log] [blame]
/* PR c/113740 */
/* { dg-do compile { target bitint } } */
/* { dg-options "-std=c23" } */
struct S { unsigned _BitInt(32) : 0; };