// Checking of initialization code #include "../small1/testharness.h" #include "../small1/testkinds.h" // NUMERRORS 6 //Prevent inlinging of these functions. We want to make sure their //stack frames overlap. #if __GNUC__ >= 3 #define NOINLINE __attribute__((noinline)) #else #define NOINLINE #endif // Fill the stack with values that are invalid as pointers void dirtyStack() NOINLINE { int i, frame[1024]; for(i=0;i