1/* PR debug/7241 */
2/* { dg-do compile } */
3/* { dg-options "-O2 -gdwarf-2 -dA" } */
4/* { dg-skip-if "Unmatchable assembly" { mmix-*-* } { "*" } { "" } } */
5/* { dg-final { scan-assembler "0x\[68\]\[ \t\]+\[#@;!/|\]+\[ \t\]+DW_AT_encoding" } } */
6/* { dg-final { scan-assembler-not "0x\[57\]\[ \t\]+\[#@;!/|\]+\[ \t\]+DW_AT_encoding" } } */
7
8char a;
9const char b;
10signed char c;
11volatile signed char d;
12unsigned char e;
13volatile const unsigned char f;
14