예제 #1
0
파일: ipcp-ii-1.c 프로젝트: AlexMioMio/gcc
int main (int argc, int *argv[])
{
  int i;

  for (i = 0; i < get_input (); i++)
    hiphip (hooray);
  return 0;
}
예제 #2
0
파일: iinline-attr.c 프로젝트: pjump/gcc
int test (void)
{
    hiphip (hooray);
    return 0;
}
예제 #3
0
파일: remref-0.c 프로젝트: 0day-ci/gcc
int main (void)
{
  return hiphip (hooray);
}