Skip to content
Snippets Groups Projects
Commit 42368b5f authored by David Blaikie's avatar David Blaikie
Browse files

FileCheck-ize test/CodeGenCXX/debug-info-method.cpp

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171602 91177308-0d34-0410-b5e6-96231b3b80d8
parent 390a70f7
No related branches found
No related tags found
No related merge requests found
// RUN: %clang -fverbose-asm -g -S %s -o - | grep DW_ACCESS_protected
// RUN: %clang -fverbose-asm -g -S %s -o - | FileCheck %s
// CHECK: DW_ACCESS_protected
class A {
protected:
int foo();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment