aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/debug/lang.rs
blob: 12e0b587a02e4d1215539e5bf344cf789cf408fe (plain)
1
2
3
4
5
6
fn main () {
// { dg-do compile }
// { dg-options "-gdwarf-5 -dA" }
// DW_LANG_Rust is 0x1c
// { dg-final { scan-assembler "0x1c\[ \t]\[^\n\r]* DW_AT_language" } } */
}