示例#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();
}