summaryrefslogtreecommitdiff
path: root/CIAO/CCF/Test/IDL2/SemanticGraph/HandBuilt/hand_built.cpp
blob: 3640282cfe3ce92df7b52310a036f8d366fea6c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// file      : Test/IDL2/SemanticGraph/HandBuilt/hand_built.cpp
// author    : Boris Kolpackov <boris@dre.vanderbilt.edu>
// cvs-id    : $Id$

#include "Builder.hpp"

using namespace CCF::IDL2;

int
main ()
{
  Builder b;
  SemanticGraph::TranslationUnit& tu (*b.build ());

  delete &tu;
}