blob: 85a0eaadbb6fbf5b4ee084c40b8b55111c905245 [file] [log] [blame]
Bob Wilson3575c452012-01-20 22:01:45 +00001// RUN: c-index-test -test-load-source all %s | FileCheck %s
Ted Kremenek7b70cf62010-07-30 01:10:48 +00002
3// This test case previously just crashed the frontend.
4
5struct abc *P;
6int main(
7
8// CHECK: StructDecl=abc:5:8 Extent=[5:1 - 5:11]
Abramo Bagnaraff676cb2011-03-08 08:55:46 +00009// CHECK: VarDecl=P:5:13 (Definition) Extent=[5:1 - 5:14]
Ted Kremenek7b70cf62010-07-30 01:10:48 +000010// CHECK: VarDecl=main:6:5 (Definition) Extent=[6:1 - 6:9]
11