================
@@ -8,3 +8,12 @@ struct Box {
using FloatBox = Box<float>;
using IntBox = Box<int>;
+
+template <typename T>
+struct MoveOnly {
----------------
susmonteiro wrote:Sure! I'll add this test https://github.com/llvm/llvm-project/pull/173386 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
