LWG 3035. std::allocator's constructors should be constexpr
[official-gcc.git] / gcc / testsuite / gcc.misc-tests / linkage-y.c
blobeaffa5e4bb77049bfbd797344294912087337dfb
1 /* 920717-y.c */
3 extern const char s[];
5 main()
7 puts(s);