Fix test, make the template type a const pointer.

llvm-svn: 189166
This commit is contained in:
David Majnemer 2013-08-24 09:24:26 +00:00
parent 5559d47266
commit 139e5c5b75
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ TC<unsigned, 2, &glb, &foo::e, &foo::f, &func, tmpl_impl, 1, 2, 3>::nested tci;
TC<int, -3, nullptr, nullptr, nullptr, nullptr, tmpl_impl> tcn;
struct _GUID;
template <_GUID *>
template <const _GUID *>
struct tmpl_guid {
};