summaryrefslogtreecommitdiffstats
path: root/systemtest/testdata/cast/cast_17.ql
blob: 752b10af21660b3c79399a7afd59f6a29fb45047 (plain)
1
2
3
4
5
select  (char)( 
		2 *   { 1, { 0, 0.3, 1.3 } } + 
		4 * { 3,  { -1, 0f, 1f } } 
	) 
from ImgCharA as a -- { 14, { 255, 0, 6 } }