summaryrefslogtreecommitdiffstats
path: root/perl-install/c/smp-test.c
blob: f644449b8fddc208085977555390e67ab5f62a37 (plain)
1
2
3
4
5
6
main() {
  if (detectSMP())
    printf("has smp\n");
  else
    printf("no smp\n");
}