bolt/deps/llvm-18.1.8/clang/test/Index/in-class-init.cpp
2025-02-14 19:21:04 +01:00

6 lines
172 B
C++

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