aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/attr-mismatch-crate-name.rs
blob: 1d406031fee8ea65375e230f8ac223bf35ec13de (plain)
1
2
3
4
// { dg-additional-options "-fdump-tree-gimple" }
#![crate_name = "specified_name"]
// { dg-final { scan-tree-dump-times {specified_name::main} 1 gimple } }
fn main() {}