* c-pragma.c (handle_pragma_scalar_storage_order): Expand on error
[official-gcc.git] / gcc / testsuite / g++.dg / sso-1.C
blob0f59d0c406928fb5d66a35836c8adbcc32a573ab
1 /* Test support of scalar_storage_order attribute */
3 /* { dg-do compile } */
5 struct __attribute__((scalar_storage_order("little-endian"))) Rec /* { dg-warning "attribute ignored" } */
7   int i;
8 };