blob: 0f59d0c406928fb5d66a35836c8adbcc32a573ab [file] [log] [blame]
/* Test support of scalar_storage_order attribute */
/* { dg-do compile } */
struct __attribute__((scalar_storage_order("little-endian"))) Rec /* { dg-warning "attribute ignored" } */
{
int i;
};