// Generated by ReScript, PLEASE EDIT WITH CARE
'use strict';

var Caml_option = require("./stdlib/caml_option.js");

var x = Caml_option.some(undefined);

exports.x = x;
/* No side effect */
Compiled successfully