Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
buildtools
/
refs/heads/upstream/nested-defs
/
.
/
build
/
testdata
/
072.golden
blob: d6aa84d2580c413a3c647ef5450ae1a9f006e1a9 [
file
] [
log
] [
blame
] [
edit
]
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"
,
"two"
,
"x"
,
y
=
"four"
)