1fn f() @bogus(foo) {} 2export fn entry() void { 3 _ = f(); 4} 5 6// error 7// 8// :1:8: error: invalid builtin function: '@bogus'