naiveproxy/tools/gn/format_test_data/041.gn

13 lines
99 B
Plaintext
Raw Normal View History

2018-02-02 13:49:39 +03:00
if (true) {
a = [ "wee" ]
b = [
"x",
"y",
"z",
]
c = [ "x" ]
d = [ "x" ]
}