aboutsummaryrefslogtreecommitdiffstats
path: root/test-files/mds-kbdc/compile-layout/invalid/nested_calls-error
blob: 1e0cd0d6f1765c0fd6a224209f33569f1bd72fe6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
function f/0
  let \0 : 0
end function
function g/0
  "\f()"
end function
function h/0
  "\g()"
end function
macro m/0
  "\h()"
end macro
macro n/0
  m()
end macro
n()