Skip to content
Snippets Groups Projects
Commit 23380c3e authored by Ryan Hunt's avatar Ryan Hunt
Browse files

Remove the fn-ptr compile-test

parent ec1dfddc
No related branches found
No related tags found
No related merge requests found
type Callback = fn (i32, i32) -> bool;
#[no_mangle]
extern "C" fn root(x: fn(),
y: Callback)
{ }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment