mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 09:52:44 -04:00
3 lines
199 B
C++
3 lines
199 B
C++
// RUN: rm -rf %t
|
|
// RUN: %clang_cc1 -x objective-c -fno-modules-implicit-maps -fmodules-cache-path=%t -fmodules -I %S/Inputs/private %s -verify
|
|
@import libPrivate1; // expected-error {{not found}}
|