1 // C++ files are currently not supported (i.e. `flang -cc1`). Make sure that the 2 // driver reports this as expected. 3 4 //----------- 5 // RUN LINES 6 //----------- 7 // RUN: not %flang %s 2>&1 | FileCheck %s 8 9 //----------------------- 10 // EXPECTED OUTPUT 11 //----------------------- 12 // CHECK: error: unknown integrated tool '-cc1'. Valid tools include '-fc1'. 13