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;