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

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