Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
buildtools
/
refs/heads/upstream/unbzl
/
.
/
build
/
testdata
/
039.in
blob: 30ee8100ecc4a47abd490da5d40d054aa947be9f [
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
})