[
	{
		"description": "Test warnings on imul operation (nowarn)",
		"id": "imul",
		"format": "bin",
		"source": "imul.asm",
		"target": [
			{ "output": "imul-nowarn.bin" }
		]
	},
	{
		"description": "Test warnings on imul operation (warn)",
		"ref": "imul",
		"option": "-DWARN",
		"target": [
			{ "output": "imul-warn.bin" },
			{ "stderr": "imul-warn.stderr" }
		]
	}
]
