l4re-base-25.08.0

This commit is contained in:
2025-09-12 15:55:45 +02:00
commit d959eaab98
37938 changed files with 9382688 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
// AUTOMATICALLY GENERATED -- DO NOT EDIT! -*- c++ -*-
#ifndef drop_single2_h
#define drop_single2_h
//
// INTERFACE definition follows
//
#line 2 "dropsection.cpp"
class Gen_foo
{
public:
int baz;
protected:
int foo( int );
public:
#line 21 "dropsection.cpp"
void
bar( unsigned x );
};
#line 12 "dropsection.cpp"
class Gen_foo_ext : private Gen_foo, public Ixdebix
{
protected:
unsigned stuff;
public:
#line 27 "dropsection.cpp"
void
test();
};
#endif // drop_single2_h