Skip to content

Commit

Permalink
Add main function to 80125
Browse files Browse the repository at this point in the history
  • Loading branch information
fanninpm committed Dec 19, 2020
1 parent 13cdf7c commit 4ddbc6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ices/80125.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ pub struct Struct(ExternCallback);
pub extern "C" fn register_something(bind: ExternCallback) -> Struct {
Struct(bind)
}

fn main() {}

0 comments on commit 4ddbc6e

Please sign in to comment.