/+ obt - org generated file +/
// [used by rdmd]
struct Version {
  int major;
  int minor;
  int patch;
}
enum ver = Version(1, 0, 0);