rust/tests/ui/imports/gensymed.rs

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

10 lines
111 B
Rust
Raw Normal View History

2019-08-25 20:03:24 +00:00
// check-pass
// edition:2018
// aux-build:gensymed.rs
extern crate gensymed;
2019-08-25 20:03:24 +00:00
use gensymed::*;
fn main() {}