[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / CodeGenCXX / debug-info-template-recursive.cpp
blob9693b386c9d1039b0780532490f2349bf19be38c
1 // RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited -triple x86_64-apple-darwin %s -o - | FileCheck %s
3 class base { };
5 template <class T> class foo : public base {
6 void operator=(const foo r) { }
7 };
9 class bar : public foo<void> { };
10 bar filters;
12 // For now check that it simply doesn't crash.
13 // CHECK: {{.*}}