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