forked from M-Labs/libfringe
parent
be21d75814
commit
65f4b0fd17
|
@ -8,6 +8,7 @@ use fringe::Context;
|
||||||
#[thread_local]
|
#[thread_local]
|
||||||
static mut ctx_slot: *mut Context<'static, fringe::OsStack> = 0 as *mut Context<_>;
|
static mut ctx_slot: *mut Context<'static, fringe::OsStack> = 0 as *mut Context<_>;
|
||||||
|
|
||||||
|
#[test]
|
||||||
fn main() {
|
fn main() {
|
||||||
unsafe {
|
unsafe {
|
||||||
let stack = fringe::OsStack::new(4 << 20).unwrap();
|
let stack = fringe::OsStack::new(4 << 20).unwrap();
|
Loading…
Reference in New Issue