rust/tests/ui/abi/relocation_model_pic.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
179 B
Rust
Raw Normal View History

// run-pass
// compile-flags: -C relocation-model=pic
// ignore-emscripten no pic
// ignore-wasm
#![feature(cfg_relocation_model)]
#[cfg(relocation_model = "pic")]
fn main() {}