• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Make sure lldb can handle filenames with single quotes in them.
2# RUN: %clang_host %p/Inputs/hello.c -g -o "%t-'pat"
3# RUN: %lldb -s %s "%t-'pat" | FileCheck %s
4
5br set -p return
6# CHECK: Breakpoint 1: where = TestSingleQuote.test.tmp-'pat`main
7