aboutsummaryrefslogtreecommitdiff
path: root/tests/avoid_bad_macro.s
Commit message (Collapse)AuthorAgeFilesLines
* Avoid invalid identifiers in proc/macro/scopeMiquel Sabaté Solà2026-02-031-0/+16
This was apparently neglected and you were able to pick invalid identifiers to identify procs, macros and scopes. Ensure this does not happen again and provide tests for it. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>