1 // RUN: %clang_cc1 %s -triple=x86_64-apple-darwin10 -emit-llvm -o - | not grep define
4 template <class Dummy
> struct COMTypeInfo
{
7 static const int& GetIID() {return COMTypeInfo
<int>::kIID
;}
9 template <class Dummy
> const int X::COMTypeInfo
<Dummy
>::kIID
= 10;