1 executable("test") { 2 sources = [ "a.cc" ] 3 4 # This is an unusual comment that's a header for the stuff that comes after 5 # it. We want to make sure that it's not connected to the next element in 6 # the file. 7 8 cflags = [ "-Wee" ] 9 } 10