rust/tests/ui/windows-subsystem/console.rs

5 lines
61 B
Rust

//@ run-pass
#![windows_subsystem = "console"]
fn main() {}