[
	{
		"description": "Test v4 instructions",
		"id": "v4",
		"format": "bin",
		"source": "v4.asm",
		"option": "-Ox",
		"target": [
			{ "output": "v4.bin" }
		]
	},
	{
		"description": "Test v4 instructions (error)",
		"ref": "v4",
		"option": "-DERROR -o v4.bin",
		"target": [
			{ "stderr": "v4.stderr" }
		],
		"error": "expected"
	}
]
