autoload-subdirectory.cpp 191 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 // RUN: %clang_cc1 -fmodules -fmodule-name=Foo -I %S/Inputs/autoload-subdirectory/ %s -verify // expected-no-diagnostics #include "a.h" #import "c.h" int main() { foo neko; return 0; }