Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
bazel-skylib
/
d54e8a70ce90a24b921381cbe84fa0b88b22dc46
/
.
/
gazelle
/
bzl
/
testdata
/
tests
/
BUILD.out
blob: 3c71d5615440f78b7c622d1474f391037980d928 [
file
] [
log
] [
blame
]
load
(
"@bazel_skylib//:bzl_library.bzl"
,
"bzl_library"
)
# Some comment to be preserved
filegroup
(
name
=
"allfiles"
,
srcs
=
glob
([
"**"
]),
)
bzl_library
(
name
=
"foo"
,
srcs
=
[
"foo.bzl"
],
visibility
=
[
"//visibility:public"
],
)