blob: 94d3558f9cdb21b10ed81ea3ea6b7aa78b4d76e3 [file] [log] [blame]
// Copyright 2010 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.
// Constant declarations
package P4
const (
c0 = 0
)