use Bump;
// Provide more memory than #[test] needs for the setup.
// Previously this constant was 1 << 16 which proved too little. This does not cost much more than
// some compile time. Not much, actually. Except on wasm where it will produce a zeroed data
// segment that can be quite large.
const MORE_THAN_CFG_TEST_ALLOCATES: usize = 1 << 20;
static A: = uninit;