diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-12-10 01:16:09 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-12-10 01:16:09 +0100 |
commit | 58d10b17ca767635b1e38cb2e57d07438478571b (patch) | |
tree | d4526e6328f2c3dee737279275cb39a0f6db254e /test-files/mds-kbdc/compile-layout/valid/samenamed_macro_and_function | |
parent | mds-kbdc: compile-layout: m + more test cases (diff) | |
download | mds-58d10b17ca767635b1e38cb2e57d07438478571b.tar.gz mds-58d10b17ca767635b1e38cb2e57d07438478571b.tar.bz2 mds-58d10b17ca767635b1e38cb2e57d07438478571b.tar.xz |
mds-kbdc: compile-layout: m bug fix + more test cases
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'test-files/mds-kbdc/compile-layout/valid/samenamed_macro_and_function')
-rw-r--r-- | test-files/mds-kbdc/compile-layout/valid/samenamed_macro_and_function | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test-files/mds-kbdc/compile-layout/valid/samenamed_macro_and_function b/test-files/mds-kbdc/compile-layout/valid/samenamed_macro_and_function new file mode 100644 index 0000000..8703e7a --- /dev/null +++ b/test-files/mds-kbdc/compile-layout/valid/samenamed_macro_and_function @@ -0,0 +1,8 @@ +function c/0 + "a" +end function +macro c/0 + \c() : \c() +end macro +c() + |