From 5696282cea65d12c8c31734a63abdfda2d4f13f2 Mon Sep 17 00:00:00 2001 From: joyfaker Date: Thu, 2 Apr 2026 10:06:52 +0800 Subject: [PATCH] Create testcpp.cpp --- testcpp.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testcpp.cpp diff --git a/testcpp.cpp b/testcpp.cpp new file mode 100644 index 0000000..7294208 --- /dev/null +++ b/testcpp.cpp @@ -0,0 +1,13 @@ +void test() +{ + int x = 1.0; + float a; + if (a == 1) + { + } + int x1; + int y = x1; + + int z1; + int z = z1; +}