00001 #include "ruby.h" 00002 00003 /*top*/ 00004 extern int t(void); 00005 int t(void) { ENGINE_add(); return 0; } 00006 int main(int argc, char **argv) 00007 { 00008 if (argc > 1000000) { 00009 printf("%p", &t); 00010 } 00011 00012 return 0; 00013 } 00014