blob: 78e403a696f30e6a29b006057a1c25b867cb6c04 [file] [log] [blame] [edit]
cc_test(
name = 'b\"ar\'"',
size = "small",
srcs = [
"a.cc",
"b.cc",
"c.cc",
],
deps = [
":foo",
"//base",
"//util:map-util",
],
)