2 // Ensure that the debug information for a global variable includes
3 // namespace information.
6 // UNSUPPORTED: system-windows
8 // RUN: %clang -g -O0 %s -o %t
9 // RUN: %dexter --fail-lt 1.0 -w \
10 // RUN: --binary %t --debugger 'lldb' -v -- %s
19 printf("hello %d\n", monkey::ape
); // DexLabel('main')
23 // DexExpectWatchValue('monkey::ape', 32, on_line=ref('main'))