diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-10-27 17:36:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-10-27 17:36:59 +0200 |
commit | d07b467fba9030ddb6940e7c9451f15201faa23d (patch) | |
tree | 8df906c35b173144fa220ff3d79192a2a2ffd837 /tracer | |
parent | f4c94ca015b123ec01037e521582d3a04f4c4b81 (diff) |
Implement support for composite value types
New test: common/composite.
Diffstat (limited to 'tracer')
-rw-r--r-- | tracer/pragma/test.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracer/pragma/test.hxx b/tracer/pragma/test.hxx index 2dc499d..c3daac7 100644 --- a/tracer/pragma/test.hxx +++ b/tracer/pragma/test.hxx @@ -10,7 +10,7 @@ #pragma db value(bool) type ("INT") -struct x {}; +struct x {int i;}; #pragma db value (x) namespace N |