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