Home | History | Annotate | Download | only in count
      1 //===---------------------------------------------------------------===
      2 // count command line tool
      3 //===---------------------------------------------------------------===
      4 
      5 cc_binary_host {
      6     name: "count",
      7     defaults: ["llvm-defaults"],
      8     srcs: ["count.c"],
      9 }
     10