blob: 19d3b4a778e36413bd78436c86554f72106e862c [file] [log] [blame]
Zachary Turnerb6355cc2018-11-02 17:49:01 +00001REQUIRES: system-windows
Jonas Devlieghere924d5602018-07-13 10:29:27 +00002RUN: clang-cl /Zi %S/Inputs/VariablesLocationsTest.cpp /o %t.exe
3RUN: %lldb -b -s %S/Inputs/VariablesLocationsTest.script -- %t.exe | FileCheck %s
4
5CHECK: g_var = 2222
6
7CHECK: arg_0 = 1111
8CHECK: arg_1 = 0.123
9
10CHECK: loc_0 = 'x'
11CHECK: loc_1 = 0.567
12
13CHECK: loc_0 = true
14CHECK: loc_1 = 3333