Sign in
gnu
/
gcc
/
a8404c07e7fca388c02c39077865f7d5fa928430
/
.
/
gcc
/
testsuite
/
g++.dg
/
sso-1.C
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
;
};