]> rtime.felk.cvut.cz Git - l4.git/blob - tools/preprocess/test/verify/drop_multi1.cc
Inital import
[l4.git] / tools / preprocess / test / verify / drop_multi1.cc
1 // AUTOMATICALLY GENERATED -- DO NOT EDIT!         -*- c++ -*-
2
3 #include "drop_multi1.h"
4 #include "drop_multi1_i.h"
5
6
7 #line 20 "dropsection.cpp"
8
9 void
10 Gen_foo::bar( unsigned x )
11 {
12   // do soemthing with x;
13 }
14
15 #line 26 "dropsection.cpp"
16
17 void 
18 Gen_foo_ext::test()
19 {
20   // the test
21 }
22
23 #line 44 "dropsection.cpp"
24
25 int
26 Gen_foo::foo( int y )
27 {
28   // just return y
29   return y;
30 }
31
32 #line 53 "dropsection.cpp"
33
34 int
35 Gen_foo::tust( int y )
36 {
37   // just return y
38   return y;
39 }