summaryrefslogtreecommitdiffstats
path: root/addon-sdk/source/python-lib/cuddlefish/tests/linker-files/three-deps/three-a/lib/main.js
blob: 54e4b7efb44a0530cd4c69dd19ba6ee3fc1fd94c (plain)
1
2
3
4
5
6
7
8
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

exports.main = 42;
require("./subdir/subfile");
require("sdk/self"); // trigger inclusion of our data/ directory