Sign in
rust
/
rust
/
6b4f4f57e70af5ec0052cb22d23a366e0ee60805
/
.
/
tests
/
ui
/
parallel-rustc
/
hello_world.rs
blob: 57891b92da038adc8606a6419e38acfbb29f7900 [
file
] [
log
] [
blame
]
// Test for the basic function of parallel front end
//
//@ compile-flags: -Z threads=8
//@ run-pass
//@ compare-output-by-lines
fn
main
()
{
println
!(
"Hello world!"
);
}