xref
: /
development
/
vndk
/
tools
/
sourcedr
/
ninja
/
tests
/
testdata
/
global_binding.ninja
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
a = 1
2
b = 2
3
c = 3
4
5
d = $a $b $c
6
e = mixed $a and $b
7