1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-08 17:15:12 +00:00
QB64-PE/tests/compile_tests/types/static_bad_bit_no_length.bas

6 lines
80 B
QBasic
Raw Normal View History

2022-09-30 20:55:07 +00:00
' The length of the _Bit is missing
Sub test ()
Static bi As _Bit *
End Sub