aboutsummaryrefslogtreecommitdiff
path: root/tools/addon-sdk-1.4/python-lib/cuddlefish/tests/linker-files/three-deps/three-a/lib/main.js
blob: ed7681425979dbcebe7657a37e48fc7c073575a8 (plain)
1
2
3
4
exports.main = 42;
require("./subdir/subfile");
require("self"); // trigger inclusion of our data/ directory