summaryrefslogtreecommitdiff
path: root/tools/hi-test.c
blob: 3086535fd1cdf447c078f34a2f9605fec12d04a2 (plain)
1
2
3
4
5
6
7

#include <iostream>

using namespace std;
int main(){
  cerr << "++++ hi-test pid: " << getpid() << "  group: " << getpgid(0) << endl;
}