Sign in
android
/
toolchain
/
rustc
/
2f3fdfeb95384b9046ea35b3532e23c652eca660
/
.
/
src
/
test
/
ui
/
using-target-feature-unstable.rs
blob: c5da45c0854ba84b671c02991d43ff004a064ade [
file
] [
log
] [
blame
]
// run-pass
// only-x86_64
// aux-build:using-target-feature-unstable.rs
extern
crate using_target_feature_unstable
;
fn
main
()
{
unsafe
{
using_target_feature_unstable
::
foo
();
}
}