]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/compile-stdin/Makefile
Rollup merge of #106661 - mjguzik:linux_statx, r=Mark-Simulacrum
[rust.git] / tests / run-make-fulldeps / compile-stdin / Makefile
1 include ../tools.mk
2
3 all:
4         echo 'fn main(){}' | $(RUSTC) -
5         $(call RUN,rust_out)