1export fn foo(num: anytype) i32 { 2 _ = num; 3 return 0; 4} 5 6// error 7// target=x86_64-linux 8// 9// :1:15: error: generic parameters not allowed in function with calling convention 'x86_64_sysv'