blob: f95c3bd6af67e4a37e1bf05786470af579e62ba3 (
plain)
1
2
3
4
5
6
7
8
|
// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F %S/Inputs -I %S/Inputs -verify %s
// expected-no-diagnostics
#import "point.h"
@import Module;
#import "point.h"
|