Skip to content

Commit

Permalink
Add 83471
Browse files Browse the repository at this point in the history
  • Loading branch information
fanninpm committed Mar 26, 2021
1 parent 0784825 commit 34d1979
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ices/83471.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#[lang = "fn"]
trait Fn {
fn call(export_name);
}
fn call_through_fn_trait() {
a()
}

0 comments on commit 34d1979

Please sign in to comment.