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