From 54946736956143f845a4fd3309ee260b94916b4d Mon Sep 17 00:00:00 2001
From: li
Date: Thu, 8 May 2025 17:18:53 +0800
Subject: [PATCH] add plain file test_on_vector_plain.cpp
---
test_on_vector_plain.cpp | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 test_on_vector_plain.cpp
diff --git a/test_on_vector_plain.cpp b/test_on_vector_plain.cpp
new file mode 100644
index 0000000..e16c706
--- /dev/null
+++ b/test_on_vector_plain.cpp
@@ -0,0 +1,8 @@
+#include
+
+void Test::Test()
+{
+ std::cout << "test\n";
+}
+
+