1 // Test that we parse and translate the -O option correctly.
3 // RUN: %clang -O -### %s 2>&1 | FileCheck -check-prefix=CHECK-O %s
6 // RUN: %clang -O0 -### %s 2>&1 | FileCheck -check-prefix=CHECK-O0 %s
9 // RUN: %clang -O1 -### %s 2>&1 | FileCheck -check-prefix=CHECK-O1 %s