]> git.lizzy.rs Git - rust.git/blob - tests/ui/imports/gensymed.rs
Rollup merge of #106605 - notriddle:notriddle/outdated-rustbook, r=GuillaumeGomez
[rust.git] / tests / ui / imports / gensymed.rs
1 // check-pass
2 // edition:2018
3 // aux-build:gensymed.rs
4
5 extern crate gensymed;
6
7 use gensymed::*;
8
9 fn main() {}