mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
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() {}
|