blob: e3ac63aa9f0f65bdfa3b5d1160b698cbf67be1f5 [file] [log] [blame]
Aleksandr Urakov899b3af2018-12-05 17:35:30 +00001REQUIRES: system-windows, lld
2RUN: %build --compiler=clang-cl --output=%t.exe %S/Inputs/VariablesLocationsTest.cpp
Jonas Devlieghere924d5602018-07-13 10:29:27 +00003RUN: %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