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