]> git.proxmox.com Git - rustc.git/blame - tests/run-make/mingw-export-call-convention/Makefile
New upstream version 1.70.0+dfsg1
[rustc.git] / tests / run-make / mingw-export-call-convention / Makefile
CommitLineData
3dfed10e
XL
1include ../tools.mk
2
3# only-windows-gnu
4
5all:
6 $(RUSTC) foo.rs
7 # FIXME: we should make sure __stdcall calling convention is used here
8 # but that only works with LLD right now
9 nm -g "$(call IMPLIB,foo)" | $(CGREP) bar