rust/tests/run-make/env-dep-info/macro_use.rs

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

7 lines
72 B
Rust
Raw Permalink Normal View History

#[macro_use]
extern crate macro_def;
access_env_vars!();
fn main() {}