1*f4a2713aSLionel Sambuc struct S { 2*f4a2713aSLionel Sambuc int field = 2; 3*f4a2713aSLionel Sambuc }; 4*f4a2713aSLionel Sambuc 5*f4a2713aSLionel Sambuc // RUN: c-index-test -test-load-source all -std=c++11 %s | FileCheck %s 6*f4a2713aSLionel Sambuc // CHECK: 2:7: FieldDecl=field:2:7 (Definition) Extent=[2:3 - 2:16] 7