Testcase for LLVM commit r146475.

llvm-svn: 146476
This commit is contained in:
Nick Lewycky 2011-12-13 05:09:22 +00:00
parent cb91849fc7
commit f43e681ed7
1 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
// RUN: %clang_cc1 -g -S -masm-verbose -o %t %s
// RUN: grep DW_AT_accessibility %t
// RUN: %clang_cc1 -g -S -masm-verbose -o - %s | FileCheck %s
// CHECK: abbrev_begin:
// CHECK: DW_AT_accessibility
// CHECK-NEXT: DW_FORM_data1
class A {
public: