summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/30133-Issue_3252.cpp
blob: 5dc0e67e850138e5964063b5863bc69f897df8f9 (plain)
1
2
3
4
5
6
void (*x) (void);

typedef struct
{
	void (*y) (void);
} z;