blob: 87bb35d2de7c43926642ec433917adb9f67adcdf [file] [log] [blame]
load(":a.bzl", "one") # disable=same-origin-load
load(":a.bzl", "two")
load(":b.bzl", "one")
load(":b.bzl", "two") # buildifier: disable=same-origin-load
load(":c.bzl", "one", "x", y = "three")
load(":c.bzl", "x", "two", y = "four")