* gcc.dg/ipa/inlinehint-4.c: Also pass --param inline-unit-growth=20.
[official-gcc.git] / libgo / go / strconv / export_test.go
blob8c03a7ffb4fa32ebd8d7a53d88787bf5bc5158fe
1 // 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.
5 package strconv
7 var (
8 BitSizeError = bitSizeError
9 BaseError = baseError