aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/infer-crate-name.rs
blob: b0c0086c04c0e72bbca4b68e11c061004e657583 (plain)
1
2
3
4
5
6
7
// { dg-additional-options "-fdump-tree-gimple" }
pub fn does_nothing() {}
fn main() {
    does_nothing()
}
// { dg-final { scan-tree-dump-times {infer_crate_name::does_nothing} 2 gimple } }
// { dg-final { scan-tree-dump-times {infer_crate_name::main} 1 gimple } }