• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Source file used to some bad data declarations.
2
3	.globl x
4
5	.data
6foo:
7	# no way these are going to hold the pointers.
8	.byte	x
9	.byte	x+1
10