xref: /llvm-project/lldb/test/API/source-manager/artificial_location.h (revision 39b2979a434e70a4ce76d4adf91572dcfc9662ff)
1*39b2979aSPavel Labath struct A {
2*39b2979aSPavel Labath   static int foo();
3*39b2979aSPavel Labath };
4