diff options
Diffstat (limited to 'common/object/test.hxx')
-rw-r--r-- | common/object/test.hxx | 5 |
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 |