a.c (181B)
1 /* ABS64: a function pointer stored in .rodata, called through. */ 2 static int target(void) { return 0; } 3 static int (*const fp)(void) = target; 4 int test_main(void) { return fp(); }
kitkit | |
| git clone https://git.ryansepassi.com/git/kit.git | |
| Log | Files | Refs | README |