blob: 610fa3fead58d17df4a6302683889649a46f6d4d [file] [log] [blame]
executable("test") {
sources = [
"a.cc",
]
# This is an unusual comment that's a header for the stuff that comes after
# it. We want to make sure that it's not connected to the next element in
# the file.
cflags = [ "-Wee" ]
}