blob: 04058b3f55986e9c3ff040c20790d254228e8082 [file] [log] [blame]
/* Test C2x constexpr. Second file for link test. */
/* { dg-do compile } */
/* { dg-options "-std=c2x -pedantic-errors" } */
/* constexpr objects at file scope have internal linkage. */
constexpr int a = 3;