Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
attrib39.C
blob: 22a742942cb84e3b1727305420058cc57aa5ebfa [
file
] [
log
] [
blame
]
// PR debug/43370
// { dg-options "-g" }
int
fragile_block
(
void
)
{
typedef
__attribute__
((
aligned
(
16
)))
struct
{
int
i
;
}
XmmUint16
;
return
0
;
}