aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/debug/oldlang.rs
blob: 648d6b78f06f4716b0a2184e5f20cedc5d8dbc49 (plain)
1
2
3
4
5
6
fn main () {
// { dg-do compile }
// { dg-options "-gstrict-dwarf -gdwarf-3 -dA" }
// Strict DWARF < 5 uses DW_LANG_C = 0x0002
// { dg-final { scan-assembler "0x2\[ \t]\[^\n\r]* DW_AT_language" } } */
}