Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/upstream/layouttests-ub
/
.
/
tests
/
headers
/
no-std.h
blob: d98abceddfdb158014dfa155aed61a7f86e235bb [
file
] [
log
] [
blame
] [
edit
]
// bindgen-flags: --ctypes-prefix "libc" --use-core --raw-line "#![no_std]" --raw-line "mod libc { pub type c_int = i32; pub enum c_void {} }" --rustified-enum ".*"
struct
foo
{
int
a
,
b
;
void
*
bar
;
};