VGo Test Suite
This directory contains approximately 174 Go test programs from the Go 1.2.2 test suite,
whose LICENSE can be found here.
They range in size from about 8 LOC to about 2800 LOC.
Most or all of these are not legal VGo, but all might be submitted as
input to a VGo compiler. None should result in a memory violation. Ideally, all would
either compile (if they compile under "go build") or state that they use Go features
that are not in VGo. We should also hack on these to produce a VGo validation suite.