diff options
Diffstat (limited to 'bindgen-tests/tests/headers/underscore.hpp')
-rw-r--r-- | bindgen-tests/tests/headers/underscore.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bindgen-tests/tests/headers/underscore.hpp b/bindgen-tests/tests/headers/underscore.hpp new file mode 100644 index 00000000..1c9371f1 --- /dev/null +++ b/bindgen-tests/tests/headers/underscore.hpp @@ -0,0 +1,3 @@ +const int _ = 10; + +typedef struct { unsigned char _[8]; } ptr_t;
\ No newline at end of file |