blob: 68373d101446d620c738af145596797908a8e58d [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",
]
}