Sign in
fuchsia
/
third_party
/
rust
/
e356279bdfe6840236877b298f0c577e0f9221ff
/
.
/
tests
/
ui
/
using-target-feature-unstable.rs
blob: 5ec0bda5eef64a68b2af118c449aa14ecbc93344 [
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
();
}
}