added unit test

This commit is contained in:
hank-der-hafenarbeiter 2016-08-09 14:40:07 +02:00
parent ae9c09d360
commit 2adc07f462

@ -8,7 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
extern "Rust" { fn foo(x: u8, ...); } //~ ERROR E0045
extern "Rust" { fn foo(x: u8, ...); } //~ ERROR E0045
//~| NOTE variadics require C calling conventions
fn main() {
}