1 // RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -std=c++23 -fsyntax-only -verify -xobjective-c++ %s
2 // expected-no-diagnostics
9 template <unsigned> struct Literal
{
11 constexpr Literal() : arr("") {}
14 template struct Literal
<0>;
22 template <unsigned> struct Literal
{
24 constexpr Literal() : arr(@
encode(int)) {}
27 template struct Literal
<0>;