rustc/tests/ui/windows-subsystem/console.rs
2024-07-31 08:40:13 +02:00

5 lines
61 B
Rust

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