summaryrefslogtreecommitdiffstats
path: root/tests/ui/feature-gates/feature-gate-cfg-relocation-model.rs
blob: 7529014ece2c1a7babbe5c904cb1a4fd2d212477 (plain)
1
2
3
4
#[cfg(relocation_model = "pic")] //~ ERROR
fn _foo() {}

fn main() {}