summaryrefslogtreecommitdiffstats
path: root/tests/ui/windows-subsystem-invalid.rs
blob: 0336678b712eb62d0ff855a0a5a1f7615c99209b (plain)
1
2
3
4
5
// error-pattern: invalid windows subsystem `wrong`, only `windows` and `console` are allowed

#![windows_subsystem = "wrong"]

fn main() {}