6 lines
99 B
C++

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