load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
# Some comment to be preserved
filegroup(
name = "allfiles",
srcs = glob(["**"]),
)