tyfkda / xcc

Standalone C compiler/assembler/linker/libc for x86-64/aarch64/riscv64/wasm
https://tyfkda.github.io/xcc/
MIT License
199 stars 14 forks source link

struct/union forward reference #26

Closed tyfkda closed 5 years ago

tyfkda commented 5 years ago
  struct FILE* fp;
  typedef struct Node Node;
  struct Node* p;