xref
: /
build
/
kati
/
testcase
/
comment_in_define.mk
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
define
comment
2
# PASS
3
endef
4
5
a
:=$(
comment
)
6
7
foo
:
8
$(
comment
)
9
echo
$(
a
)
10