Sign in
gn
/
gn.git
/
b5ff50936a726ff3c8d4dfe2a0ae120e6ce1350d
/
.
/
src
/
gn
/
format_test_data
/
004.golden
blob: 1d000c628b67e7bf72d48cfff7ab705a8ee5a867 [
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"
]
}