1*f4a2713aSLionel Sambuc // RUN: c-index-test -test-load-source all %s | FileCheck %s 2*f4a2713aSLionel Sambuc 3*f4a2713aSLionel Sambuc // This test case previously just crashed the frontend. 4*f4a2713aSLionel Sambuc 5*f4a2713aSLionel Sambuc struct abc *P; 6*f4a2713aSLionel Sambuc int main( 7*f4a2713aSLionel Sambuc 8*f4a2713aSLionel Sambuc // CHECK: StructDecl=abc:5:8 Extent=[5:1 - 5:11] 9*f4a2713aSLionel Sambuc // CHECK: VarDecl=P:5:13 (Definition) Extent=[5:1 - 5:14] 10*f4a2713aSLionel Sambuc // CHECK: VarDecl=main:6:5 (Definition) Extent=[6:1 - 6:9] 11*f4a2713aSLionel Sambuc 12