1 // RUN: %clang_cc1 -std=c++17 -fms-extensions -triple=x86_64-pc-win32 -verify %s
2 // expected-no-diagnostics
4 // PR40395 - ConstantExpr shouldn't cause the template object to infinitely
7 struct __declspec(uuid("{AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA}")) B
{};
9 template <const _GUID
* piid
>
11 virtual void baz() { A
<piid
>(); }