OpenGrok
Cross Reference: func_nop.mk
xref
: /
build
/
kati
/
testcase
/
func_nop.mk
Home
|
History
|
Annotate
|
Download
|
only in
testcase
1
define V
2
$(eval ## comment)PASS
3
endef
4
5
test:
6
echo $(V)
7