nasm/test/include-self.asm
H. Peter Anvin (Intel) 5d68f9823e preproc: error out if an include file exists but can't be opened
If an include file exists, but cannot be opened, that is still a
critical error.

However, downgrade this from a fatal to a nonfatal error. There really
isn't any reason to stop cold here.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
2020-06-01 12:32:35 -07:00

3 lines
61 B
NASM

; Test an infinite %include loop
%include "include-self.asm"