Commit 7b91e9d5 authored by Tom Niget's avatar Tom Niget

Remove complex case

parent 78d19475
......@@ -42,5 +42,5 @@ if __name__ == "__main__":
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98056
print("C++ " if is_cpp() else "Python",
"res=", 5, ".", True, [4, 5, 6], {7, 8, 9}, [1, 2] + [3, 4], [5, 6] * 3, {1: 7, 9: 3}, 0x55 & 7 == 5,
2 + 3j)
3j)
print()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment