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

#include <iostream>

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