Sign in
qemu
/
meson
/
refs/heads/revert-15408-submit/drop-python-3.7
/
.
/
test cases
/
rust
/
12 bindgen
/
src
/
main2.rs
blob: 0f81ef098dfe8166cf631cbbd99da7a5831a50ef [
file
]
// SPDX-License-Identifier: 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
));
};
}