! !Purpose: !This program tests if the assembler can detect and report !redefined symbols !Description: !Symbol "label" is defined twice in the .text section .section ".text" label: add %r1, %r2, %r3 label: add %r1, %r2, %r3