Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdrz committed Apr 30, 2024
1 parent e0bab7b commit 877f3e0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions bindgen-tests/tests/headers/anon_enum_allowlist_item.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// bindgen-flags: --allowlist-item "NODE_.*"

enum {
NODE_FLAG_FOO,
NODE_FLAG_BAR,
};

0 comments on commit 877f3e0

Please sign in to comment.