blob: 45d71fb482d5f35a1390bc58f713f65dec2a221d [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)
}