Init new repository
This commit is contained in:
8
tests/test_cast_string_lvalue.txt
Normal file
8
tests/test_cast_string_lvalue.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
A := "Something";
|
||||
|
||||
main :: proc(): int {
|
||||
B := &:*char(A)[1]; @unused
|
||||
C := *:*char(A); @unused
|
||||
D := :*char(A)[0]; @unused
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user