1 2 3 4 5 6
extern "C" { fn foo(...); //~^ ERROR C-variadic function must be declared with at least one named argument } fn main() {}