1
Fork 0
hermetic_cc_toolchain/test/BUILD.bazel

10 lines
127 B
Python
Raw Normal View History

2021-04-10 01:05:01 +03:00
cc_binary(
name = "hello",
srcs = ["hello.cpp"],
)
cc_binary(
name = "exception",
srcs = ["exception.cpp"],
)