1

rename files

This commit is contained in:
2021-06-07 22:22:18 +03:00
committed by Motiejus Jakštys
parent e590d4f567
commit c96a2f4260
4 changed files with 0 additions and 0 deletions

13
test/BUILD Normal file
View File

@@ -0,0 +1,13 @@
cc_binary(
name = "hello",
srcs = ["hello.cpp"],
target_compatible_with = select({
"@platforms//os:linux": ["@com_github_ziglang_zig//:musl"],
"//conditions:default": [],
}),
)
cc_binary(
name = "exception",
srcs = ["exception.cpp"],
)