github.com/cheshirekow/buildtools@v0.0.0-20200224190056-5d637702fe81/build/testdata/014.build.golden (about)

     1  foo = [x for x in (1, 2, 3)]
     2  
     3  bar(
     4      a = -1,
     5      b = not foo,
     6  )
     7  
     8  cc_library(
     9      name = "bot_scorer",
    10      srcs = [
    11          "bot_scorer.cc",
    12          "bot_scorer.h",
    13      ],
    14      deps = [":logdata_protolib"],
    15  )