diff options
Diffstat (limited to 'test-files/mds-kbdc/compile-layout/invalid/bad_name_suffix')
-rw-r--r-- | test-files/mds-kbdc/compile-layout/invalid/bad_name_suffix | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test-files/mds-kbdc/compile-layout/invalid/bad_name_suffix b/test-files/mds-kbdc/compile-layout/invalid/bad_name_suffix new file mode 100644 index 0000000..594b4f7 --- /dev/null +++ b/test-files/mds-kbdc/compile-layout/invalid/bad_name_suffix @@ -0,0 +1,17 @@ +function n +end function +macro n/ +end macro +function n/01 +end function +macro n/a +end macro +function n/1 # this one is good +end function +macro n/9 # this one is good +end macro +function n/0 # this one is good +end function +macro n/10 # this one is good +end macro + |