1 // RUN: %clang %s -c -fexperimental-late-parse-attributes 2>&1 -### | FileCheck %s -check-prefix=CHECK-ON
2 // RUN: %clang %s -c -fno-experimental-late-parse-attributes -fexperimental-late-parse-attributes 2>&1 -### | FileCheck %s -check-prefix=CHECK-ON
5 // CHECK-ON: -fexperimental-late-parse-attributes
7 // RUN: %clang %s -c 2>&1 -### | FileCheck %s -check-prefix=CHECK-OFF
8 // RUN: %clang %s -c -fno-experimental-late-parse-attributes 2>&1 -### | FileCheck %s -check-prefix=CHECK-OFF
9 // RUN: %clang %s -c -fexperimental-late-parse-attributes -fno-experimental-late-parse-attributes 2>&1 -### | FileCheck %s -check-prefix=CHECK-OFF
12 // CHECK-OFF-NOT: -fexperimental-late-parse-attributes