Home
last modified time | relevance | path

Searched defs:TS1 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/PCH/
H A Dpragma-diag-section.cpp17 struct TS1 { struct
39 TS1<int> ts1; in f() argument
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp52 template <typename T> constexpr struct TS1 {}; // expected-error {{struct cannot be marked constexpr}} struct