]> rtime.felk.cvut.cz Git - l4.git/blob - kernel/fiasco/tool/preprocess/test/verify/drop_single1.cc
update
[l4.git] / kernel / fiasco / tool / preprocess / test / verify / drop_single1.cc
1 // AUTOMATICALLY GENERATED -- DO NOT EDIT!         -*- c++ -*-
2
3 #include "drop_single1.h"
4 #include "drop_single1_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 53 "dropsection.cpp"
24
25 int
26 Gen_foo::tust( int y )
27 {
28   // just return y
29   return y;
30 }