Sign in
qemu
/
meson
/
refs/heads/bhandling
/
.
/
test cases
/
rust
/
9 unit tests
/
doctest1.rs
blob: d270f7d670470e1f602449ca9f05ccf8ad21cec3 [
file
] [
log
] [
blame
]
//! This is a doctest
//!
//! ```
//! assert_eq!(2+2, 4)
//! ```
/// ```ignore
/// this one will be skipped
/// ```
fn
my_func
()
{
}