summaryrefslogtreecommitdiff
path: root/CIAO/CCF/Test/IDL2/SemanticGraph/HandBuilt/hand_built.cpp
blob: e7f3c754109237a3f729371478af4ac6123a99f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 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;

//FUZZ: disable check_for_improper_main_declaration

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

  delete &tu;
}