mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
8 lines
114 B
Rust
8 lines
114 B
Rust
//@ known-bug: #114880
|
|
//@ proc-macro: aux114880.rs
|
|
//@ ignore-backends: gcc
|
|
|
|
aux114880::expand!();
|
|
|
|
fn main() {}
|