int main(int argc, const char * argv[])
{
    IntContainer test(42);
    return 0; // break here
}