Sign in
qemu
/
meson
/
9afe62232c64a7151d210900367674bb090cb3b3
/
.
/
test cases
/
rust
/
12 bindgen
/
src
/
main2.rs
blob: a3c28d78b52bba8df796caf601a824708462ad65 [
file
] [
log
] [
blame
]
// SPDX-license-identifer: Apache-2.0
// Copyright © 2021 Intel Corporation
#![
allow
(
non_upper_case_globals
)]
#![
allow
(
non_camel_case_types
)]
#![
allow
(
non_snake_case
)]
include
!(
"gen.rs"
);
fn
main
()
{
unsafe
{
std
::
process
::
exit
(
add
(
0
,
0
));
};
}