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

#include <iostream>

using namespace std;
int main(){
  cerr << getpid() << " : " << getpgid(0) << endl;
}