summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30139-Issue_3604.cpp
blob: a96b34375ef19c54bc6ae8c189c761771d64ffde (plain)
1
2
3
4
#define MY_DEF(Type, ...) \
	enum Type {  \
		__VA_ARGS__, \
	};