summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/c/10065-Issue_3567.c
blob: 3538b0f6bdf55fa6bb32ebb804e075daab3428a8 (plain)
1
2
3
4
5
6
7
8
9
10
int main
        (void);
int main
        (void)
{
	int x = main
	                ();
	main
	        ();
}