diff options
Diffstat (limited to 'test-files/mds-kbdc/compile-layout/invalid/nested_calls-error')
-rw-r--r-- | test-files/mds-kbdc/compile-layout/invalid/nested_calls-error | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test-files/mds-kbdc/compile-layout/invalid/nested_calls-error b/test-files/mds-kbdc/compile-layout/invalid/nested_calls-error new file mode 100644 index 0000000..1e0cd0d --- /dev/null +++ b/test-files/mds-kbdc/compile-layout/invalid/nested_calls-error @@ -0,0 +1,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() + |