shithub: rgbds

ref: 58181c2d7392e3d780458a641076d0168e263f0c
dir: /test/asm/incompatible-alignment.asm/

View raw version
; These section fragments have alignments that make them non-contiguous,
; and thus are incompatible

SECTION FRAGMENT "Test", ROM0,ALIGN[8]

	ds 1

SECTION FRAGMENT "Test", ROM0,ALIGN[8]