From 8f27e65bddd7d4b8515ce620fb485fdd78fcdf89 Mon Sep 17 00:00:00 2001 From: Constantin Jucovschi Date: Fri, 24 Apr 2009 07:20:22 -0400 Subject: Initial commit --- systemtest/testdata/complex/complex09.ql | 1 + 1 file changed, 1 insertion(+) create mode 100644 systemtest/testdata/complex/complex09.ql (limited to 'systemtest/testdata/complex/complex09.ql') diff --git a/systemtest/testdata/complex/complex09.ql b/systemtest/testdata/complex/complex09.ql new file mode 100644 index 0000000..847815a --- /dev/null +++ b/systemtest/testdata/complex/complex09.ql @@ -0,0 +1 @@ +select complex(10d, 20d) / complex(1.0d, 2.0d) from ImgCharD -- complex2(10, 0) \ No newline at end of file -- cgit