blob: dfd24566953fb1e84823a4c53657af6c67aadf52 [file] [log] [blame]
error: multiple declarations of external function `f` from library `foo.dll` have different calling conventions
--> $DIR/multiple-declarations.rs:13:9
|
LL | fn f(x: i32);
| ^^^^^^^^^^^^
error: aborting due to previous error