コード例 #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
ファイル: depbin.c プロジェクト: feiliuesmf/esmftest
int main(){
  int d=dep2();
}