DEBSOURCES
Skip Quicknav
sources / android-platform-build-kati / 10.0.0%2Br32%2Bgit20220314.09dfa26c4e59-7.1 / testcase / append_self_reference.mk
12345678
x := one x += two $(x) $(info $(x)) # TODO: shouldn't crash. #y = one #y += two $(y) #$(info $(y))