Sign in
gn
/
gn.git
/
04f5df5c7cd7e9e3967e5e5c94789a6ab911adc5
/
.
/
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"
,
]
}