Immediately after switching the page, it will work with CSR.
Please reload your browser to see how it works.
If our only goal is to run forever, the solution is immediate:
```rs
fn main() {
loop {}
}
```
I think this can even cause Undefined Behavior :) https://github.com/rust-lang/rust/issues/28728