1 // REQUIRES: system-windows
3 // RUN: %clang_cl /Z7 /Zi %s -o %t
4 // RUN: %dexter --fail-lt 1.0 -w --binary %t --debugger 'dbgeng' -- %s
8 printf("hello world\n");
10 __debugbreak(); // DexLabel('stop')
13 // DexExpectWatchValue('x', 42, on_line=ref('stop'))