summaryrefslogtreecommitdiffstats
path: root/tests/ui/abi/relocation_model_pic.rs
blob: 0cfc44cd09d80b328112261591e06469c8a1da86 (plain)
1
2
3
4
5
6
7
8
9
// run-pass
// compile-flags: -C relocation-model=pic
// ignore-emscripten no pic
// ignore-wasm

#![feature(cfg_relocation_model)]

#[cfg(relocation_model = "pic")]
fn main() {}