// RUN: %clang_cc1 -fsyntax-only -verify %s
// Extra arguments
// Wrong argument
// No argument
// Check that macros can be used in the pragma
// Check that _Pragma can also be used to address the use case where users want
// to define optimization control macros to abstract out which compiler they are
// using.