[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / Process / Optimization.test
blobc189d505ef5d72e762385b32dc076ea19cdb21c4
1 Test warnings.
2 REQUIRES: shell, system-darwin
3 RUN: %clang_host -O3 %S/Inputs/true.c -std=c99 -g -o %t.exe
4 RUN: %lldb -o "b main" -o r -o q -b %t.exe 2>&1 | FileCheck %s
6 CHECK: compiled with optimization