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