xref: /aosp_15_r20/external/bazel-skylib/tests/bzl_library/testdata/c.bzl (revision bcb5dc7965af6ee42bf2f21341a2ec00233a8c8a)
1*bcb5dc79SHONG Yifan"""c.bzl, standin' on the shoulder of giants"""
2*bcb5dc79SHONG Yifan
3*bcb5dc79SHONG Yifanload(":testdata/a.bzl", "A")
4*bcb5dc79SHONG Yifanload(":testdata/b.bzl", "B")
5*bcb5dc79SHONG Yifan
6*bcb5dc79SHONG YifanC = A + B
7