Home | History | Annotate | Download | only in tic6x
      1 # Test expressions not representable by relocations.
      2 # Just one test so the resolution-time error isn't suppressed by other
      3 # errors.
      4 .globl a
      5 .globl b
      6 .data
      7 d:
      8 	.word a-b
      9