xref: /llvm-project/clang/test/Modules/ptrauth-include-from-darwin.m (revision 4138367444a2e3431cdfc7ab6e16c9cab5c76ad8)
1// RUN: rm -rf %t
2// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/ptrauth-include-from-darwin %s -verify
3// expected-no-diagnostics
4
5@import libc;
6void bar() { foo(); }
7