The compiler correctly warns that the second fail is unreachable, then an ICE occurs ``` fn main() { fail ~"One"; fail ~"Two"; } ```