[
	{
		"description": "Test NetBSD/FreeBSD a.out format (-Ox)",
		"id": "aoutb",
		"format": "aoutb",
		"source": "aoutso.asm",
		"option": "-Ox",
		"target": [
			{ "output": "aoutso-ox.o" },
			{ "stderr": "aoutso.stderr" }
		]
	},
	{
		"description": "Test NetBSD/FreeBSD a.out format (-O0)",
		"ref": "aoutb",
		"option": "-O0",
		"target": [
			{ "output": "aoutso-o0.o" },
			{ "stderr": "aoutso.stderr" }
		]
	}
]
