summaryrefslogtreecommitdiffstats
path: root/test/input/Class-forward.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/input/Class-forward.cxx')
-rw-r--r--test/input/Class-forward.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/input/Class-forward.cxx b/test/input/Class-forward.cxx
index 38374b6..c2ba11d 100644
--- a/test/input/Class-forward.cxx
+++ b/test/input/Class-forward.cxx
@@ -1,5 +1,6 @@
class start;
-class start {
+class start
+{
public:
start();
start(start const&);