blob: 0336678b712eb62d0ff855a0a5a1f7615c99209b [file] [log] [blame]
// error-pattern: invalid windows subsystem `wrong`, only `windows` and `console` are allowed
#![windows_subsystem = "wrong"]
fn main() {}