7 lines
95 B
Rust
7 lines
95 B
Rust
//@ run-rustfix
|
|
extern "cdedl" fn cdedl() {} //~ ERROR invalid ABI
|
|
|
|
fn main() {
|
|
cdedl();
|
|
}
|