8 * Used to mark an interface as unstable. Add an UNSTABLE_INTERFACE
9 * declaration to your object if you don't want people to use your
10 * interface without knowing the interface might change from
11 * underneath them. They will then have to \#define UNSTABLE if they
12 * want their program to compile.
14 #define UNSTABLE_INTERFACE static bool UNSTABLE_INTERFACE = true;
16 #define UNSTABLE_INTERFACE
22 #include "testalloc.h"