1"""c.bzl, standin' on the shoulder of giants""" 2 3load(":testdata/a.bzl", "A") 4load(":testdata/b.bzl", "B") 5 6C = A + B 7
1"""c.bzl, standin' on the shoulder of giants""" 2 3load(":testdata/a.bzl", "A") 4load(":testdata/b.bzl", "B") 5 6C = A + B 7