```python def main(): i: u8 = u8(255) print(i) main() ``` This prints: ```console $ lpython a.py -1 ``` But should print 255.