Sign in
fuchsia
/
fuchsia
/
HEAD
/
.
/
zircon
/
kernel
/
tests
/
rustlang-support
/
test_lib
/
src
/
lib.rs
blob: cec40719cd1d391833bf498842a7c408d306a4a9 [
file
]
// Copyright 2026 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#![
no_std
]
pub
const
TEST_CONST
:
i32
=
41
;