xref
: /
aosp_15_r20
/
external
/
libconfig
/
tests
/
testdata
/
bad_input_1.cfg
(revision 2e9d491483b805f09ea864149eadd5680efcc72a)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
foo:
3
{
4
a = 100;
5
b = 10;
6
a = "hello";
7
};
8