Files
foc/tools/preprocess/test/verify/drop_single2.cc
2013-01-11 17:00:47 +01:00

32 lines
397 B
C++

// AUTOMATICALLY GENERATED -- DO NOT EDIT! -*- c++ -*-
#include "drop_single2.h"
#include "drop_single2_i.h"
#line 20 "dropsection.cpp"
void
Gen_foo::bar( unsigned x )
{
// do soemthing with x;
}
#line 26 "dropsection.cpp"
void
Gen_foo_ext::test()
{
// the test
}
#line 34 "dropsection.cpp"
int
Gen_foo::foo( int y )
{
// do something strange with y
bar(y);
return y;
}