1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-05 14:40:23 +00:00
QB64-PE/tests/compile_tests/types/static_bad_typename_byte.bas
2022-10-01 14:18:53 -04:00

6 lines
79 B
QBasic

' "f" after _Byte is an invalid type
Sub test ()
Static b As _Bytef
End Sub