1# Difference of two undefined symbols.
2# The assembler should reject this.
3	.text
4	.globl _foo
5_foo:	.long _a - _b
6