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