t / helper / test-online-cpus.con commit coccinelle: add a rule to make "type" code use FREE_AND_NULL() (cf9f49e)
   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}