bolt/deps/llvm-18.1.8/clang/test/clang-rename/InvalidNewName.cpp
2025-02-14 19:21:04 +01:00

2 lines
138 B
C++

// RUN: not clang-rename -new-name=class -offset=133 %s 2>&1 | FileCheck %s
// CHECK: ERROR: new name is not a valid identifier in C++17.