Sign in
fuchsia
/
fuchsia
/
refs/heads/main
/
.
/
sdk
/
lib
/
c
/
test
/
xom-test-lib.c
blob: 9407c33cadc38db69778b8ef4da2e34ad91b9af2 [
file
] [
log
] [
blame
] [
edit
]
// Copyright 2022 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
<zircon/compiler.h>
__EXPORT
int
a
(
void
)
{
return
2
;
}