1 2 3 4 5 6 7
extern void foo(); extern char FOO_STATIC; int main() { foo(); return (int)FOO_STATIC; }