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