[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Index / invalid-rdar-8236270.cpp
blob85a0eaadbb6fbf5b4ee084c40b8b55111c905245
1 // RUN: c-index-test -test-load-source all %s | FileCheck %s
3 // This test case previously just crashed the frontend.
5 struct abc *P;
6 int main(
8 // CHECK: StructDecl=abc:5:8 Extent=[5:1 - 5:11]
9 // CHECK: VarDecl=P:5:13 (Definition) Extent=[5:1 - 5:14]
10 // CHECK: VarDecl=main:6:5 (Definition) Extent=[6:1 - 6:9]