summaryrefslogtreecommitdiffstats
path: root/third_party/rust/paste/tests/ui/missing-paren-on-env.rs
blob: 44fefbd3e0dd2a85ae6efc68f382a254a7d041c8 (plain)
1
2
3
4
5
6
7
use paste::paste;

paste! {
    fn [<env! huh>]() {}
}

fn main() {}