c++: decltype of (by-value captured reference) [PR79620]
[official-gcc.git] / libgo / go / os / export_windows_test.go
blobff4f8995f8c7219c40223dd78fc10a77e2a6c2b3
1 // Copyright 2016 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 os
7 // Export for testing.
9 var (
10 FixLongPath = fixLongPath
11 CanUseLongPaths = canUseLongPaths
12 NewConsoleFile = newConsoleFile
13 CommandLineToArgv = commandLineToArgv