1 2 3 4 5 6
#[no_std] fn main() { // function putstrln is not defined putstrln("This should not compile!") }