cxx_library(
  name = 'test',
  srcs = [
    'a.cpp', 'b.cpp',
  ],
)
