]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/testsuite/demangle-expected
c++: mangle function template constraints
[thirdparty/gcc.git] / libiberty / testsuite / demangle-expected
index 01ca22278cd31c558df85a00a3a5673bbadc1b94..0997e96ea43dd7eb1b7276b48240e3532d0aea99 100644 (file)
@@ -1692,3 +1692,11 @@ X<float>::operator Z<int><int>()::y
 
 _ZN1SILi1EEF3barIiEEiR4Base
 int S<1>::bar[friend]<int>(Base&)
+
+# requires on template-head
+_Z1fIiQ1CIT_EEvv
+void f<int>() requires C<int>
+
+# requires after ()
+_Z1fIiEvvQ1CIT_E
+void f<int>() requires C<int>