summaryrefslogtreecommitdiffstats
path: root/third_party/rust/paste/tests/ui/env-unexpected.rs
blob: 39cb770d98f09c92ffc09a198c19a0e683005978 (plain)
1
2
3
4
5
6
7
use paste::paste;

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

fn main() {}