Remove the fn-ptr compile-test

This commit is contained in:
Ryan Hunt 2017-05-11 03:46:08 -04:00
parent ec1dfddcc5
commit 23380c3e77

View File

@ -1,6 +0,0 @@
type Callback = fn (i32, i32) -> bool;
#[no_mangle]
extern "C" fn root(x: fn(),
y: Callback)
{ }