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 variable assignment #51

Closed tyfkda closed 5 years ago

tyfkda commented 5 years ago
struct S a, *b;

a = *b;