naiveproxy/tools/gn/format_test_data/041.gn

13 lines
99 B
Plaintext
Raw Normal View History

2018-01-28 21:32:06 +03:00
if (true) {
a = [ "wee" ]
b = [
"x",
"y",
"z",
]
c = [ "x" ]
d = [ "x" ]
}