Sign in
cobalt
/
cobalt
/
9fd106630afcfc799d1f7d301e19935ee431681e
/
.
/
src
/
third_party
/
mozjs-45
/
build
/
pymake
/
tests
/
recursive-set2.mk
blob: b68e34f0d7ff62d183aaed593add26c21c105df2 [
file
] [
log
] [
blame
]
#T returncode: 2
FOO
=
$
(
BAR
)
BAR
=
$
(
FOO
)
all
:
echo $
(
FOO
)
@echo
TEST
-
FAIL