blob: 689b37da968c062f553947c87e32f099113ef5bd [file] [log] [blame]
licenses(["notice"])
cc_library(
name = "bar",
srcs = ["bar.cc"],
hdrs = ["bar.h"],
visibility = ["//visibility:public"],
)