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