blob: f36d039cf4c7727f209f8f47a27cc3de44cb2022 [file] [log] [blame]
# This is a block comment that goes at the top of the file and is attached to
# the top level target.
executable("test") {
sources = [
"stuff.cc",# Comment attached to list item.
"things.cc"
]
# Comment attached to statement.
deps = [ "//base", ]
}