rust/tests/ui/windows-subsystem/console.rs
2024-05-29 13:04:28 +00:00

5 lines
61 B
Rust

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