Skip to content

Commit

Permalink
Weird example: struct definition inside other struct
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Jan 9, 2025
1 parent 69d1a02 commit 7dc0dfd
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 7dc0dfd

Please sign in to comment.