// RUN: %clang_cc1 -fsyntax-only -triple i686-unknown-unknown -verify %s
// RUN: %clang_cc1 -fsyntax-only -triple i686-- -verify %s
// expected-no-diagnostics
// Unknown vendor is allowed.
// Unknown OS is allowed.
// Unknown environment is allowed.
// Unknown variant OS is not allowed.
// Unknown variant environment is not allowed.