[OpenACC] Enable 'attach' clause for combined constructs
[llvm-project.git] / clang / test / Driver / x-args.c
blob06c9c7a461565b3e684f4a760394ebd445722a23
1 // RUN: %clang -fsyntax-only -Werror -xc %s
2 // RUN: %clang -fsyntax-only -Werror %s -xc %s
4 // RUN: %clang -fsyntax-only %s -xc++ -fsyntax-only 2>&1 | FileCheck %s
5 // RUN: %clang -fsyntax-only -xc %s -xc++ -fsyntax-only 2>&1 | FileCheck %s
6 // RUN: %clang -fsyntax-only %s -xc %s -xc++ -fsyntax-only 2>&1 | FileCheck %s
7 // CHECK: '-x c++' after last input file has no effect
9 // RUN: %clang_cl -fsyntax-only /WX -xc++ -- %s