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 {} static const ... #45

Closed tyfkda closed 5 years ago

tyfkda commented 5 years ago
  struct Foo {
    int bar;
  } static const baz = {123};