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