mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
17 lines
375 B
Plaintext
17 lines
375 B
Plaintext
|
executable("win" # Suffix comment on arg.
|
||
|
|
||
|
# And a strangely positioned line comment for some reason
|
||
|
) {
|
||
|
defines = [] # Defines comment, suffix at end position.
|
||
|
|
||
|
deps = [
|
||
|
# Deps comment, should be forced multiline.
|
||
|
]
|
||
|
sources = [
|
||
|
"a.cc",
|
||
|
# End of single sources comment, should be forced multiline.
|
||
|
]
|
||
|
|
||
|
# End of block comment.
|
||
|
}
|