blob: 67df489267f8d52a28ff9a884f8a147ce7111bd7 [file] [log] [blame]
#[cxx::bridge]
mod ffi {
extern "Rust" {
/// Incorrect.
type Alias = crate::Type;
}
}
fn main() {}