Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
windows-subsystem
/
console.rs
blob: 8f0ca2de370debab87ccd24a87b8e78406a6b640 [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
#![
windows_subsystem
=
"console"
]
fn
main
()
{}