brintos

brintos / llvm-project-archived public Read only

0
0
Text · 197 B · d2d02a7 Raw
7 lines · plain
1Test warnings.2REQUIRES: system-darwin3RUN: %clang_host -O3 %S/Inputs/true.c -std=c99 -g -o %t.exe4RUN: %lldb -o "b main" -o r -o q -b %t.exe 2>&1 | FileCheck %s5 6CHECK: compiled with optimization7