summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31102-nl_before_brace_open_test.cpp
blob: 59342e57356e9d289b06e90a960948e3e3137141 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
int foo1()
{
	int i; if (true)
	{ i=2; }
}

namespace
{ int foo1()
  {
	  int i; if (true)
	  { i=2; }
  }
}

class bar
{
int foo1()
{
	int i; i = 1; if (true)
	{ i=2; }
}
int foo2()
{
	int i; i = 1; if (true)
	{ i=2; }
}
}

#ifdef __cplusplus
extern "C"
{
#endif

static const kjs_double_t NaN_Bytes =
{
	{0x7f, 0xf8, 0, 0, 0, 0, 0, 0}
};

#ifdef __cplusplus
}
#endif

static struct LanguageForEncoding
{
	const char *index; int data;
} const language_for_encoding[] =
{
	{"iso 8859-1", 13},
	{"iso 8859-15", 13} }