Test cases

- Added `simple_literals.t` test case to test coercion
This commit is contained in:
Tristan B. Velloza Kildaire 2023-01-30 19:09:03 +02:00
parent 1ea77c3fb0
commit e80650a561
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
module simple_literals;
int var = 1;
ubyte var = 1;