Sign in
vanadium
/
release.go.x.lib
/
1c19b87d7380ffba4734808b301340c1018c6c36
/
.
/
cmdline
/
testdata
/
foreign.go
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)
}