aboutsummaryrefslogtreecommitdiffstats
path: root/test-files/mds-kbdc/compile-layout/invalid/bad_name_suffix
blob: 594b4f7cc2f7c61b2fa44c2a2f8c55235fb50979 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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