blob: 72b0c36e7cb7d37fd73a150e8770b60c1f5ce4e4 [file] [log] [blame]
// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/ptrauth-include-from-darwin %s -verify
// expected-no-diagnostics
@import libc;
void bar() { foo(); }