]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/tools/lldb-mi/symbol/symbol_list_lines_inline_test2.cpp
Vendor import of lldb trunk r256945:
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / tools / lldb-mi / symbol / symbol_list_lines_inline_test2.cpp
1 // Skip lines so we can make sure we're not seeing any lines from
2 // symbol_list_lines_inline_test.h included in -symbol-list-lines
3 // symbol_list_lines_inline_test2.cpp, by checking that all the lines
4 // are between 30 and 39.
5 // line 5
6 // line 6
7 // line 7
8 // line 8
9 // line 9
10 // line 10
11 // line 11
12 // line 12
13 // line 13
14 // line 14
15 // line 15
16 // line 16
17 // line 17
18 // line 18
19 // line 19
20 // line 20
21 // line 21
22 // line 22
23 // line 23
24 // line 24
25 // line 25
26 // line 26
27 // line 27
28 // line 28
29 // line 29
30 #include "symbol_list_lines_inline_test.h"
31 int j = 2;
32 int
33 gfunc2(int i)
34 { // FUNC_gfunc2
35     i += ns::s.mfunc();
36     i += ns::ifunc(i);
37     return i == 0; // END_gfunc2
38 }