aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/object/test.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/object/test.hxx b/common/object/test.hxx
index aec17c6..4ff9075 100644
--- a/common/object/test.hxx
+++ b/common/object/test.hxx
@@ -40,6 +40,11 @@ namespace test1
{
int n;
};
+
+ // Test instantiation in order to "see" id, etc.
+ //
+ typedef base<int> int_base;
+ #pragma db object(int_base)
}
#endif // TEST_HXX