mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-13 16:09:46 -04:00
6 lines
246 B
Matlab
6 lines
246 B
Matlab
// RUN: rm -rf %t
|
|
// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -F %S/Inputs -F %S/Inputs/DependsOnModule.framework/Frameworks %s -verify
|
|
|
|
@import DependsOnModule;
|
|
@import SubFramework; // expected-error{{module 'SubFramework' not found}}
|