summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/Issue_2386.cpp
blob: ac0b1dd48342f5a213c04d6240a69f5e20e26d7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// A


std::string getText()
{
	return "Hello World";
}

int main(int argc, char *argv[])
{
	std::cout << getText() << std::endl;
	return 0;
}
// This is Hello World with a function call and

// form feed characters in it for emacs page-break-lines extension
// which draws a horizontal line for each FF char it finds.
//
// this file contains two single h. lines and two consecutive h. lines