1// RUN: %clang -target x86_64-apple-darwin10 -fbounds-checking -### -fsyntax-only %s 2> %t
2// RUN: FileCheck < %t %s
3// RUN: %clang -target x86_64-apple-darwin10 -fbounds-checking=3 -### -fsyntax-only %s 2> %t
4// RUN: FileCheck -check-prefix=CHECK2 < %t %s
5
6// CHECK: "-fbounds-checking=1"
7// CHECK2: "-fbounds-checking=3"
8