summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/c/09620-Issue_2640.c
blob: ba25bcbea1447c98dccec5574ca8e22273b0763f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
struct Struct
{
	void test1(int* x)
	{
		*x = 1;
	}
};

void test2(int* x)
{
	*x = 1;
}