예제 #1
0
파일: depend-1.c 프로젝트: 0day-ci/gcc
int
main ()
{
  dep ();
  dep2 ();
  dep3 ();
  firstpriv ();
  antidep ();
  antidep2 ();
  antidep3 ();
  outdep ();
  concurrent ();
  concurrent2 ();
  concurrent3 ();
  return 0;
}
예제 #2
0
int main(){
  int d=dep2();
}