[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Driver / O.c
blob0b68ee030d8f258eb7c5094e734298fe55828015
1 // Test that we parse and translate the -O option correctly.
3 // RUN: %clang -O -### %s 2>&1 | FileCheck -check-prefix=CHECK-O %s
4 // CHECK-O: -O1
6 // RUN: %clang -O0 -### %s 2>&1 | FileCheck -check-prefix=CHECK-O0 %s
7 // CHECK-O0: -O0
9 // RUN: %clang -O1 -### %s 2>&1 | FileCheck -check-prefix=CHECK-O1 %s
10 // CHECK-O1: -O1