Sign in
android
/
platform
/
build
/
kati
/
ee538935fc914663100eb3d181dc40277131c2f6
/
.
/
testcase
/
append_self_reference.mk
blob: 8f3912f75aeca69317724fa7bc467f51718667a9 [
file
] [
log
] [
blame
]
x
:=
one
x
+=
two $
(
x
)
$
(
info $
(
x
))
# TODO: shouldn't crash.
#y = one
#y += two $(y)
#$(info $(y))