Add a test for a defining local label without a parent

This commit is contained in:
Jakub Kądziołka
2019-08-29 19:14:02 +02:00
parent b069278e98
commit 03629b74d9
3 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
SECTION "Test", ROM0
.test:

View File

@@ -0,0 +1,2 @@
ERROR: local-without-parent.asm(2):
Local label in main scope

View File

@@ -0,0 +1,2 @@
ERROR: -(2):
Local label in main scope