1# RUN: %clang_host -g -O0 %S/Inputs/main.c -o %t.out 2# RUN: %lldb -x -b -s %s %t.out | FileCheck %s 3settings set use-color true 4settings set -f frame-format "frame #${frame.index}: \`${ansi.fg.green}{${function.name-with-args}${ansi.normal}\n" 5b foo 6run 7bt 8c 9q 10 11# Check the ASCII escape code 12# CHECK: 13