Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
buildtools
/
refs/heads/upstream/revert-1355-laramiel-patch-1
/
.
/
build
/
testdata
/
039.bzl.golden
blob: 8585124ed10bd4144d0b8341a113b8933f1b34a8 [
file
] [
log
] [
blame
] [
edit
]
cc_library
(
name
=
"foo"
,
dict_comprehension
=
{
i
:
i
*
i
for
i
in
range
(
10
)},
dict
=
{
1
:
1
,
2
:
4
,
3
:
9
},
)