OpenGrok
Cross Reference: unmatched_paren.mk
xref
: /
build
/
kati
/
testcase
/
unmatched_paren.mk
Home
|
History
|
Annotate
|
Download
|
only in
testcase
1
PAREN:=(
2
$(PAREN):=PASS
3
4
X:=O(
5
Y:=$(X:(=K)
6
test:
7
echo $Y
8
echo $(()
9