FOC/L4RE: Upstream revision 40
This commit is contained in:
39
tools/preprocess/test/verify/drop_multi1.cc
Normal file
39
tools/preprocess/test/verify/drop_multi1.cc
Normal file
@@ -0,0 +1,39 @@
|
||||
// AUTOMATICALLY GENERATED -- DO NOT EDIT! -*- c++ -*-
|
||||
|
||||
#include "drop_multi1.h"
|
||||
#include "drop_multi1_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 44 "dropsection.cpp"
|
||||
|
||||
int
|
||||
Gen_foo::foo( int y )
|
||||
{
|
||||
// just return y
|
||||
return y;
|
||||
}
|
||||
|
||||
#line 53 "dropsection.cpp"
|
||||
|
||||
int
|
||||
Gen_foo::tust( int y )
|
||||
{
|
||||
// just return y
|
||||
return y;
|
||||
}
|
||||
Reference in New Issue
Block a user