Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
tests
/
rustdoc-js
/
foreign-type-path.rs
blob: f9228c7b9ac3138aa303cdfcab5b34ff686f7b4a [
file
]
#![
feature
(
extern_types
)]
pub
mod
aaaaaaa
{
extern
"C"
{
pub
type
MyForeignType
;
}
impl
MyForeignType
{
pub
fn
my_method
()
{}
}
}