Sign in
go
/
go
/
09f4ef4fa73a110eefd2cb9d78439f51d9294f65
/
.
/
src
/
debug
/
dwarf
/
testdata
/
cycle.c
blob: a0b53dfe74733d8400fb10b70357649c8201ba04 [
file
] [
log
] [
blame
]
typedef
struct
aaa
*
AAA
;
typedef
AAA BBB
;
struct
aaa
{
BBB val
;
};
AAA x
(
void
)
{
return
(
AAA
)
0
;
}