1 2 3 4 5 6 7 8
fn foo(args: ...) void {} export fn entry() void { foo(); } // error // // :1:14: error: expected type expression, found '...'