nasm/travis/test/inc3.asm
Cyrill Gorcunov fcc85aeef7 test: nasm-t -- Extend inctest
To address https://bugzilla.nasm.us/show_bug.cgi?id=3392527

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-11-12 23:28:18 +03:00

7 lines
158 B
NASM

;
; To address https://bugzilla.nasm.us/show_bug.cgi?id=3392527
;
%ifndef __OUTPUT_FORMAT__
%fatal '__OUTPUT_FORMAT__ defined as ', __OUTPUT_FORMAT__
%endif