1 // RUN: not clang-check "%s" -- -c -x hip -nogpulib 2>&1 | FileCheck %s
2 
3 // CHECK: C++ requires
4 invalid;
5