Sign in
eclipse
/
ease
/
org.eclipse.ease.modules
/
eb6c2a9e41e85586f1fe49e2edd2a03c949e1d98
/
.
/
tests
/
org.eclipse.ease.modules.platform.test
/
resources
/
test.js
blob: 56bbe028c0281b1324b8c845f332776f78bf8716 [
file
]
function
main
()
{
print
(
"testing fork command"
);
return
"testing fork command"
;
}
main
();