summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/m4/test/hello.m4
blob: 6132c41093b5a5c7da2275c463744b23fd94ce69 (plain) (blame)
1
2
3
4
define(NAME, World)
dnl This line should not show up
// macro is ifdef(`NAME', , not)defined
Hello, NAME!