blob: 9693b386c9d1039b0780532490f2349bf19be38c [file] [log] [blame]
Douglas Katzman3459ce22015-10-08 04:24:12 +00001// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited -triple x86_64-apple-darwin %s -o - | FileCheck %s
Eric Christopherd752e3d2012-02-13 15:04:15 +00002
3class base { };
4
5template <class T> class foo : public base {
6 void operator=(const foo r) { }
7};
8
9class bar : public foo<void> { };
10bar filters;
11
12// For now check that it simply doesn't crash.
13// CHECK: {{.*}}