Created
November 19, 2014 03:57
-
-
Save paulfryzel/c66376c43df8dda00998 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function(file) { | |
var ffi = require("lib/ffi"); | |
var std = require("lib/stdlib"); | |
var pid = ffi.c.fork(); | |
})('tests/00-runtime/es5-cmp.js'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Without L3 (
var std = require("lib/stdlib");
)