1 // RUN: rm -rf %t 2 // RUN: %clang_cc1 -fmodules -fmodule-cache-path %t -F %S/Inputs -I %S/Inputs -verify %s 3 4 #import "point.h" 5 @__experimental_modules_import Module; 6 #import "point.h" 7 8