blob: c23780d9291dd7a30e6fa60d3eb63a3ff671d1d4 [file] [log] [blame]
pub fn hello() {}
#[cfg(test)]
#[test]
fn test_unit() {
hello()
}