...
This commit is contained in:
@@ -9,7 +9,7 @@ Complex :: struct {
|
||||
B: struct {
|
||||
val: string;
|
||||
};
|
||||
} = .B.{val = "hello"};
|
||||
} = .B.{"hello"};
|
||||
}
|
||||
|
||||
main :: () {
|
||||
|
||||
Reference in New Issue
Block a user