load(":empty.bzl", "empty")

# Run 'bazel build :nothing'. The target will be successfully analyzed,
# but it does nothing.
empty(name = "nothing")
