diff options
| author | Alasdair Armstrong | 2018-02-14 16:38:23 +0000 |
|---|---|---|
| committer | Alasdair Armstrong | 2018-02-15 16:49:06 +0000 |
| commit | c191c71c11189b1dbb3b98b64a27adc9c38734aa (patch) | |
| tree | 265f94b3e503188f11a1d963ece2cdba31a1745e /test/c/list.expect | |
| parent | 4fd52d03967cc4e5609378dd59d9307991f2271d (diff) | |
List support in C backend
Diffstat (limited to 'test/c/list.expect')
| -rw-r--r-- | test/c/list.expect | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/c/list.expect b/test/c/list.expect new file mode 100644 index 00000000..e6bdb2f8 --- /dev/null +++ b/test/c/list.expect @@ -0,0 +1,3 @@ +y = 1 +hd(tl(x)) = 2 +hd(tl(tl(x))) = 3 |
