c0394c8ac0
This way is possible to write inline assembly code aware of it.
5 lines
70 B
Rust
5 lines
70 B
Rust
#[cfg(relocation_model = "pic")] //~ ERROR
|
|
fn _foo() {}
|
|
|
|
fn main() {}
|