summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/compat/sdata-1_y.c
blob: 8bc878a85d264b98e6e455d6cd47de9a6e1a23b2 (plain)
1
2
3
4
#include "sdata-section.h"

struct s { int x; int y[4]; };
struct s small_struct SDATA_SECTION;