]> git.lizzy.rs Git - rust.git/blob - src/libstd/sys/sgx/stack_overflow.rs
Improve some compiletest documentation
[rust.git] / src / libstd / sys / sgx / stack_overflow.rs
1 pub struct Handler;
2
3 impl Handler {
4     pub unsafe fn new() -> Handler {
5         Handler
6     }
7 }
8
9 pub unsafe fn init() {
10 }
11
12 pub unsafe fn cleanup() {
13 }