invalid-rdar-8236270.cpp 312 B

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