aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/libsample
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/tests/libsample')
-rw-r--r--sources/shiboken6/tests/libsample/sample.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/shiboken6/tests/libsample/sample.h b/sources/shiboken6/tests/libsample/sample.h
index fe76a53b2..a6a0ff154 100644
--- a/sources/shiboken6/tests/libsample/sample.h
+++ b/sources/shiboken6/tests/libsample/sample.h
@@ -46,6 +46,8 @@ namespace sample
// shiboken must not generate richcompare for namespace sample
LIBSAMPLE_API bool operator==(const sample&s1, const sample&s2);
+
+ const int INT_CONSTANT = 42;
}
#endif