mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
10 lines
174 B
Zig
10 lines
174 B
Zig
export fn entry() void {
|
|
_ = @hasDecl(i32, "hi");
|
|
}
|
|
|
|
// error
|
|
// backend=stage2
|
|
// target=native
|
|
//
|
|
// :2:18: error: expected struct, enum, union, or opaque; found 'i32'
|