rust/tests/ui/compiletest-self-test/auxiliary/print-it-works.rs
Martin Nordholts 3a5eb35577 compiletest: Add support for //@ aux-bin: foo.rs
Which enables ui tests to use auxiliary binaries. See the added
self-test for an example.
2024-03-19 16:37:34 +01:00

4 lines
40 B
Rust

fn main() {
println!("it works");
}