[
	{
		"description": "Test aout format (-Ox)",
		"id": "aouttest",
		"format": "aout",
		"source": "aouttest.asm",
		"option": "-Ox",
		"target": [
			{ "output": "aouttest-ox.o" }
		]
	},
	{
		"description": "Test aout format (-O0)",
		"ref": "aouttest",
		"option": "-O0",
		"target": [
			{ "output": "aouttest-o0.o" }
		]
	}
]
