``` fn main() { println!("{}", " ".repeat(-1)); } ``` Produces: ``` application terminated abnormally with signal 11 (Segmentation fault) ```