aboutsummaryrefslogtreecommitdiff
path: root/testsuite/fail_compilation/varargs_attribute.elna
blob: 1c6d3e0b85d6e980fc43776f42025cbb809f15c6 (plain)
1
2
3
4
5
6
7
8
proc with_body(x: Int) #{varargs} (* @Error Attribute 'varargs' is not supported in this position *)
begin
return

proc no_parameters() #{varargs} -> Int32 (* @Error Attribute 'varargs' requires at least one parameter *)
extern

end.