]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/mingw-export-call-convention/Makefile
Optimize `TyKind::eq`.
[rust.git] / tests / run-make-fulldeps / mingw-export-call-convention / Makefile
1 include ../tools.mk
2
3 # only-windows-gnu
4
5 all:
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