================ @@ -0,0 +1,32 @@ +// RUN: %clang_cc1 -std=c++98 -triple x86_64-unknown-unknown %s -verify -fexceptions -fcxx-exceptions -pedantic-errors \ ---------------- Endilll wrote: Is triple necessary for the test? https://github.com/llvm/llvm-project/pull/73103