Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
bazel-skylib
/
bc97abb33eaacfff3c31ba64719817e7a808b20d
/
.
/
gazelle
/
bzl
/
testdata
/
external
/
foo.bzl
blob: ad548a58191443ec507923c184611496aaa8c2fc [
file
] [
log
] [
blame
]
"""
Test sample code.
"""
load
(
"@external_repo//path/to:file.bzl"
,
"func"
)
func
()