We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355bc35 commit 2bbdeb9Copy full SHA for 2bbdeb9
test_Code/code_generator_test-3.cpp
@@ -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