summaryrefslogtreecommitdiff
path: root/tests/headers/class_with_inner_struct.hpp
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <me@emiliocobos.me>2016-04-16 03:38:33 +0200
committerEmilio Cobos Álvarez <me@emiliocobos.me>2016-04-16 03:38:33 +0200
commit3cf04d17d85b5766d7c120a4ee6ce97598b38ec7 (patch)
treef0183d87062927d19b929ca2b9df0d1b0450d006 /tests/headers/class_with_inner_struct.hpp
parent0aef5b97160a64e421df7185917f33b643abff8a (diff)
tests: Annotate and add more tests
Diffstat (limited to 'tests/headers/class_with_inner_struct.hpp')
-rw-r--r--tests/headers/class_with_inner_struct.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/headers/class_with_inner_struct.hpp b/tests/headers/class_with_inner_struct.hpp
index 7d7e98f1..c96b0daf 100644
--- a/tests/headers/class_with_inner_struct.hpp
+++ b/tests/headers/class_with_inner_struct.hpp
@@ -1,3 +1,5 @@
+// bindgen-flags: -std=c++11
+
class A {
unsigned c;
struct Segment { int begin, end; };