summaryrefslogtreecommitdiffstats
path: root/tests/run-make/issue-85441/Makefile
blob: 987d7f7d4a76fc6d745e61b571b7db1f9969e461 (plain)
1
2
3
4
5
6
7
8
9
# only-windows-msvc

include ../tools.mk

# Tests that WS2_32.dll is not unnecessarily linked, see issue #85441

all:
	$(RUSTC) empty.rs
	objdump -p $(TMPDIR)/empty.exe | $(CGREP) -v -i "WS2_32.dll"