travis: weirdpaste -- add nil dereference test

To address BR 3392696

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2020-07-12 14:04:44 +03:00
parent 6c300aa488
commit 80e1774b90
3 changed files with 20 additions and 0 deletions

View File

@ -24,3 +24,13 @@
%define N 1e%++%+ 5
dd N, 1e+5
;
; test nil dereference, since we're
; modifying with %line keep it last
; in the file
;
; BR 3392696
;
%line 1 "`weirdpaste.asm"
mov eax, eax

Binary file not shown.

View File

@ -21,3 +21,13 @@
dd 1e+5, 1e+5
%line 2+1 '`weirdpaste.asm'
mov eax, eax