t / helper / test-online-cpus.con commit l10n: git.pot: v2.16.0 round 2 (8 new, 4 removed) (005c62f)
   1#include "git-compat-util.h"
   2#include "thread-utils.h"
   3
   4int cmd_main(int argc, const char **argv)
   5{
   6        printf("%d\n", online_cpus());
   7        return 0;
   8}