#include #include #include "blank.h" using namespace std; int main() { Blank b; assert(b.get()==0); b.set(1); assert(b.get()==1); }