diff options
Diffstat (limited to 'tests/run-make-fulldeps/print-calling-conventions/Makefile')
-rw-r--r-- | tests/run-make-fulldeps/print-calling-conventions/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run-make-fulldeps/print-calling-conventions/Makefile b/tests/run-make-fulldeps/print-calling-conventions/Makefile new file mode 100644 index 000000000..d3fd06392 --- /dev/null +++ b/tests/run-make-fulldeps/print-calling-conventions/Makefile @@ -0,0 +1,4 @@ +-include ../tools.mk + +all: + $(RUSTC) --print calling-conventions |