mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
clean up a compile error test case
These should be build-obj, not build-exe, where possible.
This commit is contained in:
parent
818fbd9c56
commit
953e2778d4
@ -1,12 +1,12 @@
|
||||
fn entry(a: *addrspace(.gs) i32) *addrspace(.fs) i32 {
|
||||
return a;
|
||||
}
|
||||
pub fn main() void {
|
||||
export fn entry2() void {
|
||||
_ = entry;
|
||||
}
|
||||
|
||||
// error
|
||||
// output_mode=Exe
|
||||
// output_mode=Obj
|
||||
// backend=stage2,llvm
|
||||
// target=x86_64-linux,x86_64-macos
|
||||
//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user