Merge from mainline
[official-gcc.git] / gcc / testsuite / objc.dg / dwarf-1.m
blobc427da9dd653a1f4160c2780954309d29c170c19
1 /* { dg-options "-gdwarf-2 -dA" } */
2 /* { dg-final { scan-assembler "\"id.0\".*DW_AT_name" } } */
3 @interface foo
4   id x;
5 @end