gecko-dev/js2/jsc/test/sanity.js

20 строки
205 B
JavaScript

/*
* Sanity test.
*/
const result = 'okay';
function title() {
return "sanity";
}
function run() {
}
result;
/**
* Copyright (c) 1999, Mountain View Compiler Company. All rights reserved.
*/