aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/serializer/generated-driver/test-simpl.cxx
blob: 7acda2ce3e4cd348621c25d0d9e22a3bbb388b4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// file      : tests/cxx/serializer/generated-driver/test-simpl.cxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#include "test-simpl.hxx"

namespace test
{
  // type_simpl
  //

  void type_simpl::
  pre ()
  {
  }

  int type_simpl::
  value ()
  {
    return 123;
  }

  void type_simpl::
  post ()
  {
  }
}