2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
9 obj
.AppendString("another string")
10 obj
.AppendString(None)
11 obj
.AppendList(None, 0)
12 obj
.AppendList(lldb
.SBStringList())
14 obj
.GetStringAtIndex(0xFFFFFFFF)