]> rtime.felk.cvut.cz Git - l4.git/blob - kernel/fiasco/tool/preprocess/test/verify/inline.cc
Update
[l4.git] / kernel / fiasco / tool / preprocess / test / verify / inline.cc
1 // AUTOMATICALLY GENERATED -- DO NOT EDIT!         -*- c++ -*-
2
3 #include "inline.h"
4 #include "inline_i.h"
5
6
7 #line 48 "inline.cpp"
8
9 // This inline funtion is public only because it is needed by an
10 // extern-"C" function.  So we do not want to export it.
11
12 inline void 
13 Foo::bar()
14 {
15
16 }
17
18 #line 57 "inline.cpp"
19
20 // Try both NOEXPORT and NEEDED.
21
22 inline void 
23 Foo::baz()
24 {
25 }
26
27 #line 64 "inline.cpp"
28
29 extern "C" 
30 void function (Foo* f)
31 {
32   f->bar();
33 }