blob: ae0fd513a634d0755006f998e2a5dbee934ff1a4 [file]
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_test")
cc_binary(
name = "hello",
srcs = ["hello.cc"],
)
cc_test(
name = "hello_test",
srcs = ["hello_test.cc"],
)