test/cv8struc.asm: fix missing comma in test case
[nasm.git] / test / cv8struc.asm
blob83fce79924de629cc0722d81cfdb3746482b60b7
1 struc A_STRUC
2 ._a: resw 1
3 endstruc
5 a_struc:
6 istruc A_STRUC
7 at A_STRUC._a, dw 1
8 iend