Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / tools / gn / format_test_data / 007.gn
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 }