Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
invalid_builtin_fn.zig
pretty
plain
permalink
blame
history
•
8 lines
•
126 B
1
fn f() @bogus(foo) {}
2
export fn entry() void {
3
_ = f();
4
}
5
6
// error
7
//
8
// :1:8: error: invalid builtin function: '@bogus'