diff options
Diffstat (limited to 'bindgen-tests/tests/headers/cpp-empty-layout.hpp')
-rw-r--r-- | bindgen-tests/tests/headers/cpp-empty-layout.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bindgen-tests/tests/headers/cpp-empty-layout.hpp b/bindgen-tests/tests/headers/cpp-empty-layout.hpp new file mode 100644 index 00000000..1fe02e89 --- /dev/null +++ b/bindgen-tests/tests/headers/cpp-empty-layout.hpp @@ -0,0 +1 @@ +struct Foo {}; |