80f9484c86
Miri currently does not support `GetProcAddress` and `GetModuleHandleW`, both of which end up getting invoked by the libstd panic hook.
5 lines
112 B
Rust
5 lines
112 B
Rust
// ignore-windows: Unwind panicking does not currently work on Windows
|
|
fn main() {
|
|
panic!("Miri panic!");
|
|
}
|