Star14
2
代码介绍
代码
Issues1
Pull Requests
流水线
Actions
讨论
Wiki
项目成员12
分析
项目设置
Star14
2
  1. cjbind
  2. /
  3. cjbind_test
  4. /
  5. testdata
  6. /
  7. headers
  8. /
  9. struct_with_anon_struct_pointer.h
ZxillyZxillyrefactor: enhance error handling and resource management in code generation
3e32ce13创建于 4月5日历史提交
struct foo {
    struct {
        int a;
        int b;
    } *bar;
};