1 2 licenses(["notice"]) 3 4 cc_binary( 5 name = "multibindings", 6 srcs = ["main.cpp"], 7 deps = ["//third_party/fruit"], 8 ) 9