• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2licenses(["notice"])
3
4cc_binary(
5    name = "multibindings",
6    srcs = ["main.cpp"],
7    deps = ["//third_party/fruit"],
8)
9