github.com/cheshirekow/buildtools@v0.0.0-20200224190056-5d637702fe81/build/testdata/039.bzl.golden (about) 1 cc_library( 2 name = "foo", 3 dict_comprehension = {i: i * i for i in range(10)}, 4 dict = {1: 1, 2: 4, 3: 9}, 5 )