i386: Implement .SAT_TRUNC for unsigned integers
[official-gcc.git] / gcc / testsuite / gcc.dg / c23-static-assert-1.c
blobc3405e81f269879affc5879c266d2ded4f4ce698
1 /* Test C23 static assertions. Omitting the string supported. */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c23 -pedantic" } */
5 _Static_assert (1);