view nasmbuild/nasm-2.13rc9/test/strlen.asm @ 10714:0350bdce1ab8

<rdococ> revert
author HackBot
date Sun, 16 Apr 2017 15:59:43 +0000
parents 587a0a262d22
children
line wrap: on
line source

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

strlen_test 'a'