Test case for r115067.

llvm-svn: 115068
This commit is contained in:
Devang Patel 2010-09-29 19:08:35 +00:00
parent a1bd5a1fad
commit 3c03027ecf
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
// RUN: %clang -fverbose-asm -cc1 -g -S %s -o - | grep DW_ACCESS_public
class A {
public:
int x;
};
A a;