1
0
forked from GitHub/gf-core
Files
gf-core/testsuite/compiler/compute/Variants.gfs.gold

12 lines
224 B
Plaintext

variants {"hello"; "hello" ++ "hello"}
variants {"a" ++ "a"; "b" ++ "b"}
variants {"a"; "b"}
"c"
variants {"a" ++ "a"; "b" ++ "b"}
variants {"a"; "b"}
"c"
variants {"a" ++ "a"; "b" ++ "b"}
variants {"a"; "b"}
"c" ++ "c"
"c"