aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c2x-static-assert-3.c
blob: 5d84a6a239fc94475c6c5d8448e22a6c13b5d343 (plain)
1
2
3
4
5
6
/* Test C2x static assertions.  static_assert keyword.  */
/* { dg-do compile } */
/* { dg-options "-std=c2x -pedantic" } */

static_assert (1);
static_assert (1, "message");