summaryrefslogtreecommitdiff
path: root/testdata/swizzling.lc
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-01-19 15:59:35 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2016-01-19 16:10:49 +0100
commitcb69693769ebfcdac605c90f38a20c788b08eaf3 (patch)
tree3689094c7ff13f45cc928a7dfaafff2652ed4c03 /testdata/swizzling.lc
parentd5f3ef4a65218b966f7463511896fd901a4d1d77 (diff)
normalise paths and fix self export handling
Diffstat (limited to 'testdata/swizzling.lc')
-rw-r--r--testdata/swizzling.lc10
1 files changed, 10 insertions, 0 deletions
diff --git a/testdata/swizzling.lc b/testdata/swizzling.lc
new file mode 100644
index 00000000..3ed9e20f
--- /dev/null
+++ b/testdata/swizzling.lc
@@ -0,0 +1,10 @@
1
2
3v = V3 1.0 2.0 3.0
4v2 = v%xx
5v3 = v%x
6
7main = case v%xxy of
8 V3 1.0 1.0 2.0 -> True
9
10