7 lines
82 B
Rust
7 lines
82 B
Rust
|
extern crate test_crate;
|
||
|
use test_crate::*;
|
||
|
|
||
|
option_ext!(one, two);
|
||
|
|
||
|
fn main() {}
|