Sign in
android
/
platform
/
build
/
kati
/
7749f2a01f2e83bb8bc1353b22db9919be28b9ee
/
.
/
testcase
/
escaped_comment.mk
blob: 129e0d3fa370efa17ec90d82904d6191ecd20301 [
file
] [
log
] [
blame
]
PASS
:=
\#PASS
test1
:
echo $
(
PASS
)
test2
:
echo \#
#
define pass
\#PASS
endef
test3
:
echo $
(
pass
)