cbindgen/tests/rust/raw_lines.rs
Luca Barbato 1a824c04f2 Add support for verbatim content after includes
Let the user add raw C code in the generated header after the include
blocks.

It matches what bindgen provides with the raw_lines option.
2020-04-22 01:50:16 +02:00

4 lines
42 B
Rust

#[no_mangle]
pub extern "C" fn root() {
}