Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
bazel-skylib
/
80b51b36d6f32ace823804541b23e5427e9ded86
/
.
/
tests
/
bzl_library
/
c.bzl
blob: 1380ece529e0c9dd6705c638448ef7e52842e868 [
file
] [
log
] [
blame
]
"""c.bzl, standin' on the shoulder of giants"""
load
(
":a.bzl"
,
"A"
)
load
(
":b.bzl"
,
"B"
)
C
=
A
+
B