rust/tests/ui/windows-subsystem/console.rs
2024-07-02 11:37:59 -04:00

4 lines
61 B
Rust

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