Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
6a9359232eff24fa6f30978ac2d84bef615d591d
/
.
/
examples
/
bindgen
/
simple.h
blob: 96798eca21c985416be7f754244978c6994c08f8 [
file
]
#pragma
once
#include
<stdint.h>
const
int64_t
SIMPLE_VALUE
=
42
;