zig/test/stage2
Jakub Konka 8f3be0e04f stage2: update stage2 tests with qualified import lib names for externs
From

```zig
extern fn write(...);
```

to

```zig
extern "c" fn write(...);
```
2022-02-02 16:25:46 +01:00
..
aarch64.zig stage2: update stage2 tests with qualified import lib names for externs 2022-02-02 16:25:46 +01:00
arm.zig stage2: rework a lot of stuff 2022-01-24 21:53:57 -07:00
cbe.zig stage2: implement switching on unions 2021-10-19 20:22:47 -07:00
llvm.zig Address Spaces: LLVM F segment address space test 2021-09-20 02:29:04 +02:00
plan9.zig plan9: add test for std 2021-11-09 07:08:27 -05:00
riscv64.zig stage2 RISCV64: implement basic function prologue and epilogue 2021-11-20 19:25:59 +01:00
wasm.zig wasm: Update wasm stage2 test backend to use 'main' 2021-11-29 08:05:51 +01:00
x86_64.zig stage2: update stage2 tests with qualified import lib names for externs 2022-02-02 16:25:46 +01:00