5 lines
92 B
Rust
5 lines
92 B
Rust
#![windows_subsystem = "wrong"]
|
|
|
|
fn main() {}
|
|
|
|
//~? ERROR invalid windows subsystem `wrong`
|