cxx_library(
  name = 'hello',
  srcs = [
    'hello.c', 'hello2.c',
  ],
)
