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

     1  cc_library(
     2      name = "foo",
     3      dict = {
     4          1: 1,
     5          2: 4,
     6          3: 9,
     7      },
     8      dict_comprehension = {i: i * i for i in range(10)},
     9  )