1*87aa9c9eSJonas DevlieghereREQUIRES: system-windows, lld 2*87aa9c9eSJonas DevlieghereRUN: %build --compiler=clang-cl --nodefaultlib --output=%t.exe %S/Inputs/FunctionNestedBlockTest.cpp 3*87aa9c9eSJonas DevlieghereRUN: lldb-test symbols -find=function -file FunctionNestedBlockTest.cpp -line 4 %t.exe | FileCheck --check-prefix=CHECK-FUNCTION %s 4*87aa9c9eSJonas DevlieghereRUN: lldb-test symbols -find=block -file FunctionNestedBlockTest.cpp -line 4 %t.exe | FileCheck --check-prefix=CHECK-BLOCK %s 5*87aa9c9eSJonas Devlieghere 6*87aa9c9eSJonas DevlieghereCHECK-FUNCTION: Found 1 functions: 7*87aa9c9eSJonas DevlieghereCHECK-FUNCTION: name = "{{.*}}", mangled = "{{_?}}main" 8*87aa9c9eSJonas Devlieghere 9*87aa9c9eSJonas DevlieghereCHECK-BLOCK: Found 1 blocks: 10*87aa9c9eSJonas DevlieghereCHECK-BLOCK: Blocks: id = {{.*}}, range = {{.*}} 11*87aa9c9eSJonas DevlieghereCHECK-BLOCK: id = {{.*}}, range = {{.*}} 12