// Copyright 2018 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.packagemainimport("fmt""./a")varv=a.S{}funcmain(){want:="{{ 0}}"ifgot:=fmt.Sprint(v.F);got!=want{panic(got)}}