diff options
Diffstat (limited to 'lldb/lit/tools/lldb-instr/Inputs/foo.h')
-rw-r--r-- | lldb/lit/tools/lldb-instr/Inputs/foo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/lit/tools/lldb-instr/Inputs/foo.h b/lldb/lit/tools/lldb-instr/Inputs/foo.h index 9e2608e2b9e..fb76e046e02 100644 --- a/lldb/lit/tools/lldb-instr/Inputs/foo.h +++ b/lldb/lit/tools/lldb-instr/Inputs/foo.h @@ -14,4 +14,6 @@ struct Foo { void I() const; Bar J() const; Bar K(void *v) const; + Bar &L() const; + Bar *M() const; }; |