2 // UNSUPPORTED: system-windows
4 // This test case checks debug info during register moves for an argument.
5 // RUN: %clang -std=gnu11 -m64 -mllvm -fast-isel=false -g %s -o %t
6 // RUN: %dexter --fail-lt 1.0 -w \
7 // RUN: --binary %t --debugger 'lldb' -- %s
13 long unsigned int ptr
;
23 int foobar(struct _mtx
*mutex
) {
25 int l
= 0; // DexLabel('l_assign')
37 int bar(int i
, int j
) {
49 DexExpectProgramState({
52 'location': { 'lineno': ref('l_assign') },
54 '*mutex': { 'is_irretrievable': False }