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