FOC/L4RE: Upstream revision 40
This commit is contained in:
64
tools/preprocess/test/verify/drop_multi2.h
Normal file
64
tools/preprocess/test/verify/drop_multi2.h
Normal file
@@ -0,0 +1,64 @@
|
||||
// AUTOMATICALLY GENERATED -- DO NOT EDIT! -*- c++ -*-
|
||||
|
||||
#ifndef drop_multi2_h
|
||||
#define drop_multi2_h
|
||||
|
||||
//
|
||||
// INTERFACE definition follows
|
||||
//
|
||||
|
||||
#line 2 "dropsection.cpp"
|
||||
|
||||
class Gen_foo
|
||||
|
||||
: public Gen_bar
|
||||
{
|
||||
public:
|
||||
int baz;
|
||||
|
||||
protected:
|
||||
int foo( int );
|
||||
|
||||
|
||||
#line 2 "dropsection-ext.cpp"
|
||||
private:
|
||||
|
||||
public:
|
||||
int extra_var;
|
||||
|
||||
public:
|
||||
#line 21 "dropsection.cpp"
|
||||
void
|
||||
bar( unsigned x );
|
||||
|
||||
#line 54 "dropsection.cpp"
|
||||
int
|
||||
tust( int y );
|
||||
|
||||
private:
|
||||
#line 17 "dropsection-ext.cpp"
|
||||
int
|
||||
do_something_private();
|
||||
};
|
||||
#line 12 "dropsection.cpp"
|
||||
|
||||
class Gen_foo_ext : private Gen_foo, public Ixdebix
|
||||
|
||||
, public Gen_baz
|
||||
{
|
||||
protected:
|
||||
unsigned stuff;
|
||||
|
||||
#line 8 "dropsection-ext.cpp"
|
||||
private:
|
||||
|
||||
private:
|
||||
char *extension;
|
||||
|
||||
public:
|
||||
#line 27 "dropsection.cpp"
|
||||
void
|
||||
test();
|
||||
};
|
||||
|
||||
#endif // drop_multi2_h
|
||||
Reference in New Issue
Block a user