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