blob: 1e9e0c95604ac8c0eac581b16ce6ee074ee530f2 [file] [log] [blame]
#!/bin/bash
# Copyright 2009 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
set -e
make
6g test.go
6l test.6
./6.out
rm -f *.6 6.out