[
	{
		"description": "Test ilog2",
		"id": "ilog",
		"format": "bin",
		"source": "ilog.asm",
		"option": "-Ox -DWARNING",
		"target": [
			{ "output": "ilog.bin" },
			{ "stderr": "ilog.stderr" }
		]
	},
	{
		"description": "Test ilog2 (error)",
		"ref": "ilog",
		"option": "-Ox -DERROR",
		"target": [
			{ "stderr": "ilog-error.stderr" }
		],
		"error": "expected"
	}
]
