From 948228f0e250d191a97359e97faa6ee4934e9e7a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 24 Apr 2026 22:49:38 +0200 Subject: Allow scoped names in __fallthrough__ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes 4f1a9c660108 ("Add the .fallthrough control statement") Signed-off-by: Miquel Sabaté Solà --- tests/fallthrough.s | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tests/fallthrough.s') diff --git a/tests/fallthrough.s b/tests/fallthrough.s index 2243415..878b5e4 100644 --- a/tests/fallthrough.s +++ b/tests/fallthrough.s @@ -22,4 +22,14 @@ __fallthrough__ bar rts .endproc +.scope Scope + .proc foo + __fallthrough__ Scope::bar + .endproc + + .proc bar + rts + .endproc +.endscope + ;;; asan:stack full -- cgit v1.2.3