diff options
Diffstat (limited to 'test/_file_.asm')
-rw-r--r-- | test/_file_.asm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/_file_.asm b/test/_file_.asm new file mode 100644 index 0000000..f633feb --- /dev/null +++ b/test/_file_.asm @@ -0,0 +1,5 @@ +;Testname=bin; Arguments=-fbin -o_file_.bin; Files=stdout stderr _file_.bin + db __FILE__, `\r\n` + db __FILE__, `\r\n` + dw __LINE__ + dw __LINE__ |