Project

General

Profile

Backport #2234 ยป ruby_struct_test.cpp

tstephen (Thomas Stephens), 10/20/2009 01:23 AM

 
// ruby_struct_test.cpp : Defines the entry point for the console application.
//

#include <ruby.h>

struct s {
s() : finite(0) {}

int finite;
};

int main( int argc, char * argv[] ) {

}

    (1-1/1)