blob: 4f16ef4e822036a225ac728fe4a9523a98c264ae [file] [log] [blame]
// Comment
a = 10
function getValue() { a = 10; return 0; }