a.c (177B)
1 /* ABS64 cross-TU: function pointer to b.c's target_fn stored in .rodata. */ 2 int target_fn(void); 3 static int (*const fp)(void) = target_fn; 4 int test_main(void) { return fp(); }
kitkit | |
| git clone https://git.ryansepassi.com/git/kit.git | |
| Log | Files | Refs | README |