diff options
Diffstat (limited to 'tests/headers/inner_const.hpp')
-rw-r--r-- | tests/headers/inner_const.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/headers/inner_const.hpp b/tests/headers/inner_const.hpp new file mode 100644 index 00000000..25c2e603 --- /dev/null +++ b/tests/headers/inner_const.hpp @@ -0,0 +1,6 @@ + +class Foo { + static int BOO; + static Foo whatever; + int bar; +}; |