aboutsummaryrefslogtreecommitdiff
path: root/tests/fixtures/c/indented_tabs.c
blob: 5340f83d491813309ce1cf166e74714d0b82a8de (plain)
1
2
3
4
5
6
7
enum e {
	/* md
	@name e/a
	Tab-indented body
	*/
	A = 1;
}