summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/m4/test/hello.m4
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/m4/test/hello.m4')
-rw-r--r--var/spack/repos/builtin/packages/m4/test/hello.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/m4/test/hello.m4 b/var/spack/repos/builtin/packages/m4/test/hello.m4
new file mode 100644
index 0000000000..6132c41093
--- /dev/null
+++ b/var/spack/repos/builtin/packages/m4/test/hello.m4
@@ -0,0 +1,4 @@
+define(NAME, World)
+dnl This line should not show up
+// macro is ifdef(`NAME', , not)defined
+Hello, NAME!