Reorganize test files.

This commit is contained in:
ykiko
2024-10-20 14:08:14 +08:00
parent d56125f023
commit ca7e09606c
39 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
#include <vector>
template <typename T>
struct test {
using result = typename std::vector<T>::reference;
using expect = T&;
};