Skip to content

Commit 2bbdeb9

Browse files
committed
add test code
float test code
1 parent 355bc35 commit 2bbdeb9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test_Code/code_generator_test-3.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
int main() {
2+
float t = 1.1;
3+
4+
t = t + 0.9;
5+
write((int) t);
6+
}

0 commit comments

Comments
 (0)