Jalangi2 Instrumentation & Runtime Test Websites - Micro Benchmarks - type-module

Description: Test robustness of Jalangi2 framework.

Testing Code:

/**
 * @Name: type-module
 * @File: type-module-1.js
 * @Import: Yes
 * @Type: module
 * @Refer: 
 *  - URL: https://jupyter.org/try-jupyter/extensions/jupyterlab-tour/static/581.612c2a7787620c9c4321.js?v=612c2a7787620c9c4321
 *  - Function: u({keyword: e, it: {errSchemaPath: t}}, {schemaPath: r, parentSchema: o})
 */
(function () {
  let a = '1';
  let b = '2';
  foo(a, b);
})();


function foo(a, b) {
  console.log(a+b);
}