Home | History | Annotate | Download | only in Modules
      1 // RUN: rm -rf %t
      2 // RUN: %clang_cc1 -fmodule-cache-path %t -F %S/Inputs -I %S/Inputs -verify %s
      3 
      4 #import "point.h"
      5 __import_module__ Module;
      6 #import "point.h"
      7 
      8