Sign in
qemu
/
meson
/
refs/heads/revert-15408-submit/drop-python-3.7
/
.
/
test cases
/
rust
/
12 bindgen
/
src
/
main.rs
blob: ae3850cc46db3e06e025212a70c381ed7b5c1893 [
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
!(
"header.rs"
);
fn
main
()
{
unsafe
{
std
::
process
::
exit
(
add
(
0
,
0
));
};
}