blob: 8d23f0e477077676cb2e2b4773f8d8a98bc5d22a [file] [log] [blame]
extern "C" fn foo(x: u8, ...);
//~^ ERROR only foreign functions are allowed to be C-variadic
//~| ERROR expected one of `->`, `where`, or `{`, found `;`