================ @@ -0,0 +1,84 @@ +// RUN: %clang_cc1 -triple arm64-apple-ios -fsyntax-only -verify -fptrauth-intrinsics %s + +#include <ptrauth.h> ---------------- kovdan01 wrote: It looks like this include is not needed https://github.com/llvm/llvm-project/pull/100830