rust/src/test/run-pass/simplext.rs

4 lines
66 B
Rust
Raw Normal View History

fn main() {
#simplext("m1", a, a*4);
assert (#m1(2) == 8);
}