1Test warnings. 2REQUIRES: shell, system-darwin 3RUN: %clang_host -O3 %S/Inputs/true.c -std=c99 -g -o %t.exe 4RUN: %lldb -o "b main" -o r -o q -b %t.exe | FileCheck %s 5 6CHECK: compiled with optimization 7