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