blob: aec67ad53946c337b248f08e0504ef3e330bad5b [file] [log] [blame]
function main(args) {
var b = true;
var b1 = !b;
}