Skip to content

Commit

Permalink
Merge pull request #284 from well-typed/weird
Browse files Browse the repository at this point in the history
Weird example
  • Loading branch information
edsko authored Jan 9, 2025
2 parents a5b037b + 7dc0dfd commit 5a73f19
Show file tree
Hide file tree
Showing 8 changed files with 571 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hs-bindgen/examples/weird01.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
struct foo {
int z;
struct bar {
int x;
};
};

void func(struct bar* arg);
Empty file.
Loading

0 comments on commit 5a73f19

Please sign in to comment.