[
	{
		"description": "Test of floating-point (-Ox)",
		"id": "floatize",
		"format": "bin",
		"source": "floatize.asm",
		"option": "-Ox",
		"target": [
			{ "output": "floatize.bin" }
		]
	},
	{
		"description": "Test of floating-point (-O0)",
		"ref": "floatize",
		"option": "-O0",
		"update": false
	}
]
