test: add test for cv8 structure bug (BR 3392342 and 3392343)

Add test case for bugs 3392342 and 3392343.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2016-03-03 17:05:20 -08:00
parent bd464749d1
commit a9a1b5c318

8
test/cv8struc.asm Normal file
View File

@ -0,0 +1,8 @@
struc A_STRUC
._a: resw 1
endstruc
a_struc:
istruc A_STRUC
at A_STRUC._a dw 1
iend