shithub: rgbds

Download patch

ref: 8a75cc50518d3d7bad9f7110fa2d13bf3ccc74a4
parent: b674c5fcaa93b32fdffe419672c222596cdf74d9
author: Rangi <[email protected]>
date: Wed Mar 3 07:26:35 EST 2021

Test an indented anonymous label

--- a/test/asm/label-indent.asm
+++ b/test/asm/label-indent.asm
@@ -5,6 +5,8 @@
 	.loc
 	Lab.loc2
 
+	: ; anonymous
+
 	mac: MACRO
 		println "\1"
 	ENDM