aclocal.m4: remove dnl which made autoconf complain
[nasm.git] / test / cv8struc.asm
blobeac6d8bb481997cc451e9ce32479ba893f1efe91
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
10 section .data
11 foo:
12 dd 0x11111111
13 .bar:
14 dd 0x22222222