Sign in
cobalt
/
cobalt
/
9fd106630afcfc799d1f7d301e19935ee431681e
/
.
/
src
/
third_party
/
mozjs-45
/
build
/
pymake
/
tests
/
ifdefs-nesting.mk
blob: 340530ffa937f73e2325b71ca7c318a12b58b0d2 [
file
] [
log
] [
blame
]
ifdef RANDOM
ifeq
(,
$
(
error
Not
evaluated
!))
endif
endif
ifdef RANDOM
ifeq
(,)
else
ifeq
(,
$
(
error
Not
evaluated
!))
endif
endif
all
:
@echo
TEST
-
PASS