aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/serializer/generated-driver/test-simpl.cxx
blob: 562de1f7864d292b86c431f7abd411f03af8b715 (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-2011 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 ()
  {
  }
}