prebuilt_cxx_library(
  name = 'args',
  header_namespace = '',
  header_only = True,
  exported_headers = [
    'args.hxx',
  ],
  visibility = [
    'PUBLIC',
  ],
)
