1 2 3 4 5 6 7
extern int AIXNotExported(void); extern int AIXExportedSymbol(void); int main(void) { return AIXNotExported() + AIXExportedSymbol(); }