[clang][bytecode] Implement __builtin_reduce_mul (#118287)
[llvm-project.git] / flang / test / Driver / driver-error-cc1.cpp
blob2a6ecdb0b163a4b481fa49c77a681fead842a996
1 // C++ files are currently not supported (i.e. `flang -cc1`). Make sure that the
2 // driver reports this as expected.
4 // RUN: not %flang %s 2>&1 | FileCheck %s
6 // CHECK: error: unknown integrated tool '-cc1'. Valid tools include '-fc1'.