summaryrefslogtreecommitdiff
path: root/Examples/test-suite/nested_class.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/nested_class.i')
-rw-r--r--Examples/test-suite/nested_class.i6
1 files changed, 6 insertions, 0 deletions
diff --git a/Examples/test-suite/nested_class.i b/Examples/test-suite/nested_class.i
index ccb7ecac1..fe405479c 100644
--- a/Examples/test-suite/nested_class.i
+++ b/Examples/test-suite/nested_class.i
@@ -49,6 +49,9 @@ struct Outer {
struct {
Integer b;
};
+#else
+ Integer a;
+ Integer b;
#endif
union {
@@ -164,6 +167,9 @@ struct Outer {
public:
Integer yy;
};
+#else
+ Integer xx;
+ Integer yy;
#endif
///////////////////////////////////////////