blob: 610a20f5493ab3be761cce33b8575464b8fb79b2 [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"
Douglas Gregor5948ae12012-01-03 18:04:46 +00005@import Module;
Douglas Gregor8f8d5812011-09-17 05:35:18 +00006#import "point.h"
7