assigning to plain pointer with array indexing

This commit is contained in:
Irmen de Jong
2025-05-28 18:08:53 +02:00
parent 4e61e25c02
commit 86da9d3c7e
5 changed files with 98 additions and 72 deletions

View File

@@ -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() {