Sign in
fuchsia
/
fuchsia
/
099dfaa57f8e77a17e57e89b07604f2a4d648410
/
.
/
examples
/
rust
/
rust_static_linking
/
static.c
blob: c9717445a70d686c499e019596be8988c5842197 [
file
] [
log
] [
blame
]
// Copyright 2019 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.
#include
<stdint.h>
uint32_t
returns_two
(
void
)
{
return
2
;
}