Fixed point conversion tests.

This commit is contained in:
chriseth
2021-10-06 13:55:38 +02:00
parent 71b21a82da
commit 39bbaaa9f5
12 changed files with 119 additions and 0 deletions
@@ -0,0 +1,2 @@
uint constant x = uint(ufixed(0));
int constant y = int(fixed(0));