]> rtime.felk.cvut.cz Git - l4.git/blob - kernel/fiasco/tool/preprocess/test/verify/func_defs.cc
Update
[l4.git] / kernel / fiasco / tool / preprocess / test / verify / func_defs.cc
1 // AUTOMATICALLY GENERATED -- DO NOT EDIT!         -*- c++ -*-
2
3 #include "func_defs.h"
4 #include "func_defs_i.h"
5
6
7 #line 8 "func_defs.cpp"
8
9
10 void
11 Test::func1() const throw()
12 {}
13
14 #line 13 "func_defs.cpp"
15
16
17 void
18 Test::func2() throw(int, char const *)  
19 {};
20
21 #line 18 "func_defs.cpp"
22
23
24 void
25 Test::func3(unsigned) noexcept  
26 {}
27
28 #line 23 "func_defs.cpp"
29
30
31 void
32 Test::func4(int) noexcept ( this->func2() )
33 {}
34
35 #line 28 "func_defs.cpp"
36
37
38 Test::Test(int) noexcept(true) __attribute__ (( test("str") )) 
39 : init(This)
40 {}
41
42 #line 33 "func_defs.cpp"
43
44
45 void
46 Test::func5() noexcept ( this->func2() ) [[test(attr)]] [[test2]]
47 {}
48
49 #line 42 "func_defs.cpp"
50
51 /**
52  * This is the comment for `free_function`.
53  */
54 Test const &
55 free_function(int, long a) noexcept
56 {
57   return Test(a);
58 }