Sign in
cobalt
/
cobalt
/
9fd106630afcfc799d1f7d301e19935ee431681e
/
.
/
src
/
third_party
/
mozjs-45
/
build
/
pymake
/
tests
/
continuations-in-functions.mk
blob: 533df617635feeec909f21a04f86bd0fec6e13a2 [
file
] [
log
] [
blame
]
all
:
test
'Hello world.'
=
'$(if 1,Hello \
world.)'
test
'(Hello world.)'
!=
'(Hello \
world.)'
@echo
TEST
-
PASS