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

6 lines
96 B
QBasic

' The length of the fixed length string is missing
Sub test ()
Static s As String *
End Sub