Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr97205.c
blob: 6600011fcf84660edcba8d968c78ee6aaa0aa923 [
file
] [
log
] [
blame
]
int
a
;
typedef
__attribute__
((
aligned
(
2
)))
int
x
;
int
f
()
{
x b
=
a
;
return
b
;
}