mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
Test case for r115067.
llvm-svn: 115068
This commit is contained in:
6
clang/test/CodeGenCXX/debug-info-member.cpp
Normal file
6
clang/test/CodeGenCXX/debug-info-member.cpp
Normal 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;
|
||||
Reference in New Issue
Block a user