outmatch: fix file info and cleanup in dwarf generation
[nasm.git] / test / incbin.asm
blob20aa4d9f4f80215950903055100152f2ce1c2f1e
1 db '*** ONCE ***', 0Ah
2 incbin "incbin.data",32
4 section more start=0x1000000
5 db '*** TWELVE ***', 0Ah
6 times 12 incbin "incbin.data",32