``` rust fn main() { let x = std::unstable::atomics::INIT_ATOMIC_INT; } ``` That will segfault inside of memset, preseumably because `AtomicInt` is non-copyable and it's trying to zero out part of `.rodata`.