mirror of
https://github.com/irmen/prog8.git
synced 2025-11-01 22:16:16 +00:00
assigning to plain pointer with array indexing
This commit is contained in:
@@ -602,7 +602,7 @@ main {
|
||||
compileText(VMTarget(), false, src, outputDir) shouldNotBe null
|
||||
}
|
||||
|
||||
xtest("uword as pointer versus pointer to uword difference") {
|
||||
test("uword as pointer versus pointer to uword difference") {
|
||||
val src="""
|
||||
main {
|
||||
sub start() {
|
||||
|
||||
Reference in New Issue
Block a user