Sign in
gn
/
gn.git
/
85d0c04b435dc4b579773f97e7b885a09aa8bbd5
/
.
/
tools
/
gn
/
format_test_data
/
004.gn
blob: f36d039cf4c7727f209f8f47a27cc3de44cb2022 [
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"
,
]
}