diff options
Diffstat (limited to 'test-files/mds-kbdc/compile-layout')
-rw-r--r-- | test-files/mds-kbdc/compile-layout/invalid/mix_of_with_and_without_sideeffect | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test-files/mds-kbdc/compile-layout/invalid/mix_of_with_and_without_sideeffect b/test-files/mds-kbdc/compile-layout/invalid/mix_of_with_and_without_sideeffect new file mode 100644 index 0000000..9c9a0f8 --- /dev/null +++ b/test-files/mds-kbdc/compile-layout/invalid/mix_of_with_and_without_sideeffect @@ -0,0 +1,15 @@ +let \1 : {0} +function f/0 + if 1 # if statement is just to reduce warnings + "\set(1 0 0)" + "c" + end if +end function +macro m/0 + "a" + "\f()" + "b" + "\f()" +end macro +m() + |