DEBSOURCES
Skip Quicknav
sources / frama-c / 20161101%2Bsilicon%2Bdfsg-5 / tests / value / typedef_function.i
123456789
typedef void T(void); extern T F476 ; static T* const G209[] = { 0,& F476}; int main () { int i = (int)G209[0]; return 0; }