Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
ui
/
reexport-test-harness-main.rs
blob: 2582975e219a6874276a40fd4168ba4efcb2213e [
file
] [
log
] [
blame
]
// run-pass
// compile-flags:--test
#![
reexport_test_harness_main
=
"test_main"
]
#[
cfg
(
test
)]
fn
_unused
()
{
// should resolve to the entry point function the --test harness
// creates.
test_main
();
}