zig/test/cases/x86_64-windows/hello_world_with_updates.0.zig
Jacob Young 15df64ade8 std: add cbe hacks to more targets
These are needed because clang doesn't support anything in naked
functions, not even assembly register inputs.
2022-10-25 05:11:29 -04:00

6 lines
127 B
Zig

// error
// output_mode=Exe
// target=x86_64-windows
//
// :129:9: error: root struct of file 'tmp' has no member named 'main'