Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
941111-1.c
blob: 3f0c28bef12f9c8e51ebb7154d3f7a9b74966a02 [
file
] [
log
] [
blame
]
main
()
{
struct
S
{
int
i
;
char
c
;
}
obj1
,
obj2
;
foo
();
if
(
obj1
.
c
!=
obj2
.
c
)
bar
();
}