naiveproxy/tools/gn/format_test_data/041.gn
2018-01-29 00:30:36 +08:00

13 lines
99 B
Plaintext

if (true) {
a = [ "wee" ]
b = [
"x",
"y",
"z",
]
c = [ "x" ]
d = [ "x" ]
}