Merge pull request #397 from NieDzejkob/test-local-without-parent

Add a test for a defining local label without a parent
This commit is contained in:
Eldred Habert
2019-08-29 20:24:36 +02:00
committed by GitHub
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