summaryrefslogtreecommitdiff
path: root/test/fixtures/test-init-index/index.js
blob: a1946530265e648f710d48e8e5be27ab74d70057 (plain)
1
2
3
4
(function() {
  require('util').print('Loaded successfully!');
})();