Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
c2x-static-assert-1.c
blob: 1b771a1c0ccb28c7cc344bc8ccc7cf8fee387445 [
file
] [
log
] [
blame
]
/* Test C2x static assertions. Omitting the string supported. */
/* { dg-do compile } */
/* { dg-options "-std=c2x -pedantic" } */
_Static_assert
(
1
);