summaryrefslogtreecommitdiffstats
path: root/library/std/src/sys/windows/stack_overflow_uwp.rs
blob: afdf7f566ae515eb38b3a3c13ef56839a53c5a4b (plain)
1
2
3
4
5
6
7
8
9
10
11
#![cfg_attr(test, allow(dead_code))]

pub struct Handler;

impl Handler {
    pub fn new() -> Handler {
        Handler
    }
}

pub unsafe fn init() {}