first working code

```
int main() {
    long a = 0;
}
```

codegens correctly.
This commit is contained in:
nora 2023-05-28 18:52:51 +02:00
parent 92243712e7
commit d0be270de2
14 changed files with 235 additions and 160 deletions

View file

@ -27,6 +27,7 @@
llvmPackages_16.bintools
rustup
cargo-insta
gdb
];
shellHook = ''