blob: 9996dc75c8b749674fac69470a80f507a12e14b0 [file] [log] [blame]
Douglas Gregor8f8d5812011-09-17 05:35:18 +00001// 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