summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/cli/input/unmatched_close_pp.cpp
blob: b79d12fd48e127470d3b86ce365a17279843f394 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _Include_H
#define _Include_H
namespace Namespace
{
	// class Class {
		public void foo()
		{

		}
	}
}
#endif