blob: 5a6e889905986aad5ae22b891bf579210d96bb3a [file] [log] [blame]
Dan Willemsend2797482017-07-26 13:13:13 -07001// Copyright 2017 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
Dan Willemsena3223282018-02-27 19:41:43 -08005package c
Dan Willemsend2797482017-07-26 13:13:13 -07006
Dan Willemsena3223282018-02-27 19:41:43 -08007import "./b"
8
9var V = b.F()