summaryrefslogtreecommitdiffstats
path: root/tools/gn/format_test_data/002.gn
blob: 34043b5ed30d4cd3796541d4147c1cc27482059b (plain)
1
2
3
4
5
6
executable("test") {
  sources = [
    "stuff.cc",
    "things.cc"
  ]
}