Sign in
vanadium
/
release.go.jiri
/
85330bb93a7588634c0649634f4923884417b1af
/
.
/
runutil
/
testdata
/
fail_hello.go
blob: 7052ce854b79503301979ce4dc0919d4b54f8f4a [
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 (
"fmt"
"os"
)
func main() {
fmt.Println("hello")
os.Exit(1)
}