0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-07-24 10:25:42 -04:00
nasm/travis/test/strlen.asm
Cyrill Gorcunov 52f82633d3 travis: add strlen
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2020-10-10 14:21:34 +03:00

6 lines
91 B
NASM

%macro strlen_test 1
%strlen len %2 ; not existing argument
%endmacro
strlen_test 'a'