naiveproxy/tools/gn/format_test_data/067.gn

9 lines
115 B
Plaintext
Raw Normal View History

2018-01-28 21:32:06 +03:00
# Scope wrapping.
myscope = {
}
myscope = { a = 1 }
myscope = { a = 1 b = 2}
# Comment
SomeFunction({a=1}, "foo")