#include #include #include #include extern long trouble(shared long *a, shared long *b) { return *a + *b; }