diff options
Diffstat (limited to 'lldb/test/tools/lldb-mi/main.c')
| -rw-r--r-- | lldb/test/tools/lldb-mi/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/tools/lldb-mi/main.c b/lldb/test/tools/lldb-mi/main.c index 3398e35a8a8..d8083e01371 100644 --- a/lldb/test/tools/lldb-mi/main.c +++ b/lldb/test/tools/lldb-mi/main.c @@ -15,6 +15,8 @@ extern int local_test(); int doloop, dosegfault; int g_MyVar = 3; static int s_MyVar = 4; +//FIXME -data-evaluate-expression/print can't evaluate value of type "static char[]" +const char s_RawData[] = "\x12\x34\x56\x78"; //FIXME static const char s_RawData[] = "\x12\x34\x56\x78"; int main (int argc, char const *argv[]) { |

