blob: 557d24e097c0a062ec61bab8566e1116ba9b69c6 [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package main
import "os"
func main() {
os.Exit(1)
}