Files
gf-core/testsuite/compiler/compute/record.gfs.gold
2021-12-16 13:14:29 +01:00

10 lines
133 B
Plaintext

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