2024-03-14 01:23:43 +08:00
|
|
|
//@ build-pass
|
|
|
|
|
//@ compile-flags: -o - -Zunpretty=hir-tree
|
|
|
|
|
//@ check-stdout
|
|
|
|
|
//@ dont-check-compiler-stdout
|
|
|
|
|
//@ dont-check-compiler-stderr
|
|
|
|
|
|
|
|
|
|
fn main() {
|
|
|
|
|
println!("Hello, Rustaceans!");
|
|
|
|
|
}
|
2025-05-02 17:56:07 +03:00
|
|
|
|
|
|
|
|
//~? RAW Hello, Rustaceans!
|