[
	{
		"description": "Test of floating-point formats (-Ox)",
		"id": "floatexp",
		"format": "bin",
		"source": "floatexp.asm",
		"option": "-Ox",
		"target": [
			{ "output": "floatexp-ox.bin" }
		]
	},
	{
		"description": "Test of floating-point formats (-O0)",
		"ref": "floatexp",
		"option": "-O0",
		"target": [
			{ "output": "floatexp-o0.bin" }
		]
	}
]
