Home | History | Annotate | Download | only in all
      1 # Difference of two undefined symbols.
      2 # The assembler should reject this.
      3 	.text
      4 	.globl _foo
      5 _foo:	.long _a - _b
      6