summaryrefslogtreecommitdiffstats
path: root/systemtest/testdata/cast/cast_16.ql
diff options
context:
space:
mode:
Diffstat (limited to 'systemtest/testdata/cast/cast_16.ql')
-rw-r--r--systemtest/testdata/cast/cast_16.ql5
1 files changed, 5 insertions, 0 deletions
diff --git a/systemtest/testdata/cast/cast_16.ql b/systemtest/testdata/cast/cast_16.ql
new file mode 100644
index 0000000..805beba
--- /dev/null
+++ b/systemtest/testdata/cast/cast_16.ql
@@ -0,0 +1,5 @@
+select (octet)(
+ 2 * { 1, { 0, 0.3, 1.3 } } +
+ 4 * { 3, { -1, 0f, 1f } }
+ )
+from ImgCharA as a -- {14, {-4, 0, 6} } }