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

-include ../../run-make-fulldeps/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"