The goal is to get this command to pass: ``` ./miri test --target aarch64-linux-android empty_main integer vec string btreemap hello hashmap heap_alloc align ``` I think all that's missing is - support for aligned allocations via `libc::memalign` - support for the getrandom weak symbol