Sign in
rust
/
rust
/
d7e8f9fc7af4aa4cd65140afaebe48dd1e90e708
/
.
/
compiler
/
rustc_codegen_gcc
/
tests
/
cross_lang_lto
/
add.c
blob: cc59f113bc192e446c55f2b9da5bb8a602af1389 [
file
]
#include
<stdint.h>
uint32_t
my_add
(
uint32_t
a
,
uint32_t
b
)
{
return
a
+
b
;
}