--TEST--
Strings, c-style string merging.  Different state
--INPUT--
'FOO' "BAR";
--EXPECTED--
s 'FOO'
s "BAR"
; ;
