Your IP : 172.28.240.42


Current Path : /usr/local/go/src/debug/dwarf/testdata/
Upload File :
Current File : //usr/local/go/src/debug/dwarf/testdata/cycle.c

typedef struct aaa *AAA;
typedef AAA BBB;
struct aaa { BBB val; };

AAA x(void) {
    return (AAA)0;
}