Add ra_proc_macro

This commit is contained in:
Edwin Cheng 2020-03-18 17:47:59 +08:00
parent 3d38d4dc94
commit a617f24eae
3 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}