blob: 1b882bc3292ebd9b6ea2c82e84fa4517069bae96 [file] [log] [blame]
;; test the parsing of strings and character constants
section .data
laf:
defb "single:'"
defb 'double:"',laf
defb 'escape:\\'
ex af,af'
af0:
cp '9'+1