Ruby  2.1.10p492(2016-04-01revision54464)
conftest.c
Go to the documentation of this file.
1 #include "ruby.h"
2 
3 #include <openssl/ssl.h>
4 
5 /*top*/
6 extern int t(void);
7 int main(int argc, char **argv)
8 {
9  if (argc > 1000000) {
10  printf("%p", &t);
11  }
12 
13  return 0;
14 }
15 int t(void) { void ((*volatile p)()); p = (void ((*)()))SSL_set_tlsext_host_name; return 0; }
VALUE * argv
Definition: tcltklib.c:1969
VP_EXPORT void
Definition: bigdecimal.c:5207
int argc
Definition: tcltklib.c:1968
int t
Definition: ripper.c:14879
register C_block * p
Definition: crypt.c:309
int main(int argc, char **argv)
Definition: nkf.c:6920