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; +}