aboutsummaryrefslogtreecommitdiff
path: root/test/Index/in-class-init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Index/in-class-init.cpp')
-rw-r--r--test/Index/in-class-init.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Index/in-class-init.cpp b/test/Index/in-class-init.cpp
new file mode 100644
index 000000000000..61431caafd75
--- /dev/null
+++ b/test/Index/in-class-init.cpp
@@ -0,0 +1,6 @@
+struct S {
+ int field = 2;
+};
+
+// RUN: c-index-test -test-load-source all -std=c++11 %s | FileCheck %s
+// CHECK: 2:7: FieldDecl=field:2:7 (Definition) Extent=[2:3 - 2:16]