Skip to content

Commit 73a962d

Browse files
authored
Rollup merge of rust-lang#71023 - mati865:mingw-unwind-linking-cleanup, r=Amanieu
[windows] Add testscase for self-contained executables
2 parents 6d36a4a + 7e68cf8 commit 73a962d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
-include ../tools.mk
2+
3+
# only-windows
4+
5+
PATH=$(SYSTEMROOT)/system32
6+
7+
all:
8+
$(RUSTC) hello.rs
9+
$(TMPDIR)/hello.exe
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fn main() {
2+
println!("Hello World!");
3+
}

0 commit comments

Comments
 (0)