LWG 3035. std::allocator's constructors should be constexpr
[official-gcc.git] / gcc / testsuite / gcc.dg / compat / sdata-1_y.c
blob8bc878a85d264b98e6e455d6cd47de9a6e1a23b2
1 #include "sdata-section.h"
3 struct s { int x; int y[4]; };
4 struct s small_struct SDATA_SECTION;