Skip to content

Commit

Permalink
add test for #427
Browse files Browse the repository at this point in the history
  • Loading branch information
sheaf committed Mar 4, 2025
1 parent 562108a commit efb5fb3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hs-bindgen/examples/typedef_vs_macro.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ struct ExampleStruct {
M1 m1;
M2 m2;
};

#define uint64_t int

struct foo {
uint64_t* a;
};

0 comments on commit efb5fb3

Please sign in to comment.