diff options
Diffstat (limited to 'test/ken/ptrvar.go')
-rw-r--r-- | test/ken/ptrvar.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ken/ptrvar.go b/test/ken/ptrvar.go index c6b4656fc5..d78170c9d2 100644 --- a/test/ken/ptrvar.go +++ b/test/ken/ptrvar.go @@ -4,6 +4,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// Test pointers and the . (selector) operator on structs. package main |