1
0
forked from GitHub/gf-core
Files
gf-core/testsuite/compiler/compute/record.gfs.gold
2021-10-07 11:47:51 +02:00

10 lines
139 B
Plaintext

"hello"
"x"
"y"
\v0 -> v0.x
{x = "x"; y = "y"; z = "z"}
{x = "x"; y = "y'"}
\v0 -> {y = "y'"}
\v0 -> {x = v0.x; y = "y'"}
\v0 -> {b = "b"}