From 3cf04d17d85b5766d7c120a4ee6ce97598b38ec7 Mon Sep 17 00:00:00 2001 From: Emilio Cobos Álvarez Date: Sat, 16 Apr 2016 03:38:33 +0200 Subject: tests: Annotate and add more tests --- tests/headers/class_with_inner_struct.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/headers/class_with_inner_struct.hpp') 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; }; -- cgit v1.2.3