eaxhla/test/array.eax
2024-07-17 18:30:46 +02:00

8 lines
115 B
Plaintext

# comment1
// comment2
program main
u8<10> myarray
u8<> myarray2 = "test test test\0"
begin
end program