2025-08-15 14:16:32 +08:00
|
|
|
// Test for the basic function of parallel front end
|
|
|
|
|
//
|
2024-02-16 20:02:50 +00:00
|
|
|
//@ compile-flags: -Z threads=8
|
|
|
|
|
//@ run-pass
|
2025-08-15 14:16:32 +08:00
|
|
|
//@ compare-output-by-lines
|
2024-02-07 15:26:57 +08:00
|
|
|
|
|
|
|
|
fn main() {
|
|
|
|
|
println!("Hello world!");
|
|
|
|
|
}
|