shinobi
/ tree
summary
|
tree
|
log
|
refs
main
shinobi
/
tests
/
mk
/
kati
/
comment_in_define
/
default
/
mk
1
define comment
2
# PASS
3
endef
4
5
a:=$(comment)
6
7
foo:
8
$(comment)
9
echo $(a)