diff --git a/test.m4 b/test.m4 new file mode 100644 index 0000000..3c28b39 --- /dev/null +++ b/test.m4 @@ -0,0 +1,8 @@ +changequote(`[', `]')dnl +define([include2], [include([$1]) +--------])dnl +define([fire], [🔥])dnl +include2([test too]) +include2([hello.txt]) + +