コード例 #1
0
ファイル: benchyBench.ev.c プロジェクト: arachman/evil
int main()
{
int EV_result;
int EV_six;
scanf("%d", &EV_global1);
scanf("%d", &EV_six);
theFunc(EV_global1, 1);
EV_result = fib(EV_six);
return (EV_global1+EV_global2);
}
コード例 #2
0
ファイル: twopart_main.cpp プロジェクト: 4ian/emscripten
int main() {
  theFunc("hello from main");
  return 0;
}