Sign in
gnu
/
binutils-gdb
/
a3da2e7e550c4fe79128b5e532dbb90df4d4f418
/
.
/
gdb
/
testsuite
/
gdb.ctf
/
cross-tu-cyclic-1.c
blob: fe52b9ef22042c29a387c9296a30417f0c1d6185 [
file
] [
log
] [
blame
]
struct
A
;
struct
B
{
int
foo
;
struct
A
*
bar
;
};
struct
A
{
long
a
;
struct
B
*
foo
;
};
static
struct
A
*
foo __attribute__
((
used
));
int
main
()
{
}