BR3282788: Fix 64-bit Mach-O bug that crashes NASM due to NULL symbols
[nasm.git] / test / strlen.asm
blob913014ce1089c60e790cdf9c235166b210113ee2
1 %macro strlen_test 1
2 %strlen len %2 ; not existing argument
3 %endmacro
5 strlen_test 'a'