android13/external/rust/crates/proc-macro-error/tests/ui/multiple_tokens.rs

6 lines
83 B
Rust
Raw Normal View History

2024-06-22 08:45:49 -04:00
extern crate test_crate;
#[test_crate::multiple_tokens]
type T = ();
fn main() {}