blob: cdbb809b5b3e4bc81be6bae1ffcfae5030c1a3df [file] [log] [blame]
// Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// specify this as both the utility file and the policy file
var utility;
if (!utility) {
println("setting utility");
utility = true;
} else {
println("utility is set");
}