[
	{
		"description": "Test .got offsets",
		"id": "gotoff64",
		"format": "elf64",
		"source": "gotoff64.asm",
		"target": [
			{ "output": "gotoff64.o" }
		]
	},
	{
		"description": "Test errors in .got offsets",
		"ref": "gotoff64",
		"option": "-DERROR",
		"target": [
			{ "stderr": "gotoff64.stderr" }
		],
		"error": "expected"
	}
]
