1 2 3 4 5 6 7 8
extern const char XtStrings[]; void unknown_fn (void *); void test (void) { unknown_fn ((char*)&XtStrings[429]); }