the AST reader), merge that header file information with whatever header file information we already have. Otherwise, we might forget something we already knew (e.g., that the header was #import'd already). llvm-svn: 139979
8 lines
161 B
Objective-C
8 lines
161 B
Objective-C
// RUN: rm -rf %t
|
|
// RUN: %clang_cc1 -fmodule-cache-path %t -F %S/Inputs -I %S/Inputs -verify %s
|
|
|
|
#import "point.h"
|
|
__import_module__ Module;
|
|
#import "point.h"
|
|
|