diff options
Diffstat (limited to 'tests/run-make-fulldeps/windows-subsystem/console.rs')
-rw-r--r-- | tests/run-make-fulldeps/windows-subsystem/console.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run-make-fulldeps/windows-subsystem/console.rs b/tests/run-make-fulldeps/windows-subsystem/console.rs new file mode 100644 index 000000000..61a92eb6a --- /dev/null +++ b/tests/run-make-fulldeps/windows-subsystem/console.rs @@ -0,0 +1,3 @@ +#![windows_subsystem = "console"] + +fn main() {} |