1
0
forked from GitHub/gf-core
Files
gf-core/testsuite/compiler/compute/record.gfs
2021-09-24 15:43:53 +02:00

6 lines
136 B
Plaintext

i -retain testsuite/compiler/compute/record.gfs
cc hello
cc {x="x"; y="y"}.x
cc {x="x"; y="y"}.y
cc <\r -> r.x : {x:Str; y:Str} -> Str>