1
Fork 0
hermetic_cc_toolchain/test/BUILD.bazel

10 lines
127 B
Python

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