Russ Cox | 5ff3336 | 2011-04-21 08:14:50 -0400 | [diff] [blame] | 1 | // $G $D/$F.dir/p.go && $G $D/$F.dir/main.go && $L main.$A && ./$A.out |
Robert Griesemer | ad8b0d9 | 2011-02-24 19:29:25 -0800 | [diff] [blame] | 2 | |
3 | // Copyright 2011 The Go Authors. All rights reserved. | ||||
4 | // Use of this source code is governed by a BSD-style | ||||
5 | // license that can be found in the LICENSE file. | ||||
6 | |||||
7 | // Test case for issue 1550 | ||||
8 | ignored |