diff --git a/clang/test/CodeGenCXX/debug-info-template.cpp b/clang/test/CodeGenCXX/debug-info-template.cpp index 0f7230cc6741..80891ab68bd3 100644 --- a/clang/test/CodeGenCXX/debug-info-template.cpp +++ b/clang/test/CodeGenCXX/debug-info-template.cpp @@ -98,7 +98,7 @@ TC::nested tci; TC tcn; struct _GUID; -template <_GUID *> +template struct tmpl_guid { };