summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/c/01060-backslash-newline-lex.c
blob: f5000b8273ca5a643fb619172c6ed19edecacecd (plain)
1
2
3
4
5
void f () {
	g ("\
");
	g ("\n", stdout);
}