(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
c2x-constexpr-2b.c
       1  /* Test C2x constexpr.  Second file for link test.  */
       2  /* { dg-do compile } */
       3  /* { dg-options "-std=c2x -pedantic-errors" } */
       4  
       5  /* constexpr objects at file scope have internal linkage.  */
       6  constexpr int a = 3;