1 #include "sdata-section.h"
2 
3 struct s { int x; int y[4]; };
4 struct s small_struct SDATA_SECTION;
5