// ruby_struct_test.cpp : Defines the entry point for the console application. // #include struct s { s() : finite(0) {} int finite; }; int main( int argc, char * argv[] ) { }