mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
10 lines
234 B
Plaintext
10 lines
234 B
Plaintext
|
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"]
|
||
|
}
|