blob: b968f38c826364ac5456a7f9398b4a7db7f4e6de [file] [log] [blame]
Daniel Dunbar8fbe78f2009-12-15 20:14:24 +00001// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
Eli Friedman0846d522009-12-05 04:55:55 +00002
3template<class T> class A {
John McCall3155f572010-04-09 19:03:51 +00004public:
Eli Friedman0846d522009-12-05 04:55:55 +00005 A() {}
6 virtual void a() {}
7};
8class B : A<int> {
9 B();
10};
11B::B() {}
12
Anders Carlsson0ab79e22009-12-05 22:24:38 +000013// CHECK: @_ZTV1AIiE = weak_odr constant