Files
clang-p2996/clang/test/Modules/header-import.m
2013-02-07 19:01:24 +00:00

9 lines
189 B
Objective-C

// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -F %S/Inputs -I %S/Inputs -verify %s
// expected-no-diagnostics
#import "point.h"
@import Module;
#import "point.h"