summaryrefslogtreecommitdiffstats
path: root/test/input/RValueReferenceType.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/input/RValueReferenceType.cxx')
-rw-r--r--test/input/RValueReferenceType.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/input/RValueReferenceType.cxx b/test/input/RValueReferenceType.cxx
index 35f2861..1dc1d14 100644
--- a/test/input/RValueReferenceType.cxx
+++ b/test/input/RValueReferenceType.cxx
@@ -1,3 +1,3 @@
namespace start {
- typedef int&& type;
+typedef int&& type;
}