]> git.lizzy.rs Git - rust.git/blob - src/test/ui/using-target-feature-unstable.rs
Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyup
[rust.git] / src / test / ui / using-target-feature-unstable.rs
1 // run-pass
2 // only-x86_64
3 // aux-build:using-target-feature-unstable.rs
4
5 extern crate using_target_feature_unstable;
6
7 fn main() {
8     unsafe {
9         using_target_feature_unstable::foo();
10     }
11 }