1 ;Testname=test; Arguments=-fbin -outf.bin; Files=stdout stderr utf.bin
2 ;Testname=error; Arguments=-fbin -outf.bin -DERROR; Files=stdout stderr utf.bin
3 %define u
(x
) __utf16__
(x
)
4 %define w
(x
) __utf32__
(x
)
6 db `
Test \u306a\U0001abcd
\n`
7 dw u
(`
Test \u306a\U0001abcd
\n`
)
8 dd w
(`
Test \u306a\U0001abcd
\n`
)
13 dw __utf16__
"Hello, World!"
19 mov cx,u
(`
\xe3\x81\xaa`
)
21 mov ebx,u
(`\U0001abcd`
)
22 mov ecx,w
(`\U0001abcd`
)
27 dw __utf16__
("Hello, World!",16)
28 dw __utf16__
("Hello, World!",16