Sign in
fuchsia
/
third_party
/
github.com
/
bazelbuild
/
buildtools
/
refs/heads/main
/
.
/
build
/
testdata
/
050.bzl.golden
blob: 9d6351d8cef41308f2978b1f8b5edb4e7e6123d4 [
file
] [
edit
]
cc_library
(
name
=
"foo"
,
deps
=
[
":testdata"
,
"testdata"
,
"//testdata"
,
"//testdata:testdata"
,
"//:root"
,
],
)