]> git.proxmox.com Git - rustc.git/blobdiff - tests/run-make/return-non-c-like-enum-from-c/Makefile
Merge 1.70 into proxmox/bookworm
[rustc.git] / tests / run-make / return-non-c-like-enum-from-c / Makefile
diff --git a/tests/run-make/return-non-c-like-enum-from-c/Makefile b/tests/run-make/return-non-c-like-enum-from-c/Makefile
new file mode 100644 (file)
index 0000000..bd441d3
--- /dev/null
@@ -0,0 +1,6 @@
+# ignore-cross-compile
+include ../tools.mk
+
+all: $(call NATIVE_STATICLIB,test)
+       $(RUSTC) nonclike.rs -L$(TMPDIR) -ltest
+       $(call RUN,nonclike)