blob: d9d7ad9a4721fab524d9f8e238e8808e7f1b9915 [file] [log] [blame]
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.
}