cc_binary( name = "hello", srcs = ["hello.cpp"], ) cc_binary( name = "exception", srcs = ["exception.cpp"], )