Select Git revision
openocd.gdb
Forked from
Per Lindgren / e7020e_2021
Source project has a limited visibility.
main.rs 176 B
use lalrpop_util::lalrpop_mod;
lalrpop_mod!(pub grammar);
use grammar::*;
fn main() {
println!("hello world");
}
#[test]
fn hello() {
println!("Hello in test")
}