forked from OSchip/llvm-project
8 lines
339 B
Plaintext
8 lines
339 B
Plaintext
REQUIRES: windows, lld
|
|
RUN: clang-cl /c /Zi %S/Inputs/FunctionNestedBlockTest.cpp /o %t.obj
|
|
RUN: lld-link /debug:full /nodefaultlib /entry:main %t.obj /out:%t.exe
|
|
RUN: lldb-test symbols -find=function -file FunctionNestedBlockTest.cpp -line 4 %t.exe | FileCheck %s
|
|
|
|
CHECK: Found 1 functions:
|
|
CHECK: name = "{{.*}}", mangled = "{{_?}}main"
|