codekingpro's picture
Add files using upload-large-folder tool
4bcc2be verified
Raw
History Blame Contribute Delete
103 Bytes
typedef struct aaa *AAA;
typedef AAA BBB;
struct aaa { BBB val; };
AAA x(void) {
return (AAA)0;
}