blob: 36c2db5d9a11c33a1afed2571df5defea75fba7b [file] [log] [blame] [edit]
cc_library(
name = "foo",
deps = [
"testdata",
":testdata",
"//:root",
],
)