aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/src/TestFFI.js
blob: dc2f04f6154b8e4017064451ac65b2d07c66a57b (plain) (blame)
1
2
3
4
5
6
7
'use strict';

// module Test

var testing = 'abcde';

exports.testing = testing;