./gold.native test/struct-with-primitive-vars.gold > test/struct-with-primitive-vars.ll
llc test/struct-with-primitive-vars.ll > test/struct-with-primitive-vars.s
gcc -o test/struct-with-primitive-vars.exe test/struct-with-primitive-vars.s
