Skip to content

Instantly share code, notes, and snippets.

@rust-play
Created July 25, 2020 12:44

Revisions

  1. rust-play created this gist Jul 25, 2020.
    7 changes: 7 additions & 0 deletions playground.rs
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    extern "C" {
    fn f() {
    fn g() {}
    }
    }

    fn main() {}