aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/sso-1.C
blob: 0f59d0c406928fb5d66a35836c8adbcc32a573ab (plain)
1
2
3
4
5
6
7
8
/* Test support of scalar_storage_order attribute */

/* { dg-do compile } */

struct __attribute__((scalar_storage_order("little-endian"))) Rec /* { dg-warning "attribute ignored" } */
{
  int i;
};