Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
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
;
}