aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/expression/completion/other.cpp
blob: 1f8a488639b9b4c23ba2a90211a93c8381c1debc (plain)
1
2
3
4
struct ForwardDecl {
   long HiddenMemberName;
};
ForwardDecl fwd_decl;