xref: /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/issue-1350-attribute-overloadable.h (revision 12a9d9c8)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
1void my_function(int a) __attribute__((overloadable));
2void my_function(const char *a) __attribute__((overloadable));
3

Indexes created Thu Nov 07 10:32:03 CST 2024