mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-23 17:29:23 +08:00
14 lines
215 B
JSON
14 lines
215 B
JSON
|
[
|
||
|
{
|
||
|
"description": "Test self reference macro",
|
||
|
"id": "selfref",
|
||
|
"format": "bin",
|
||
|
"source": "selfref.asm",
|
||
|
"option": "-Ox",
|
||
|
"target": [
|
||
|
{ "stderr": "selfref.stderr" }
|
||
|
],
|
||
|
"error": "expected"
|
||
|
}
|
||
|
]
|