testsuite: XFAIL gfortran.dg/initialization_25.f90 properly (again)
[official-gcc.git] / libgo / go / syscall / endian_little.go
blob63e46d8b12f8bffddeb2f9e5d63b38a912c4482f
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 //go:build 386 || alpha || amd64 || amd64p32 || arm || arm64 || ia64 || ppc64le || mips64le || mipsle || mips64p32le || nios2 || riscv || riscv64 || sh || wasm
7 package syscall
9 const isBigEndian = false