rust/tests/ui/macros/dollar-crate-nested-encoding.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
172 B
Rust
Raw Normal View History

//@ check-pass
//@ aux-build:dollar-crate-nested-encoding.rs
extern crate dollar_crate_nested_encoding;
type A = dollar_crate_nested_encoding::exported!();
fn main() {}