forked from OSchip/llvm-project
parent
cb91849fc7
commit
f43e681ed7
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue