1
2
3
4
5
#![no_std]

pub fn is_true() -> bool {
    true
}