[
	{
		"description": "Check global symbols in OBJ output (-Ox)",
		"id": "alonesym-obj",
		"format": "obj",
		"source": "alonesym-obj.asm",
		"option": "-Ox",
		"target": [
			{ "output": "alonesym-obj.obj" }
		]
	},
	{
		"description": "Check global symbols in OBJ output (-O0)",
		"ref": "alonesym-obj",
		"option": "-O0",
		"update": false
	}
]
