1 2 3 4 5 6 7 8 9
#[std] // Assertion fails on non-C target #[assert(TARGET == 'c')] fn main() { putstrln("Hello assertion flag!"); }