mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 01:35:49 -04:00
6 lines
149 B
Objective-C
6 lines
149 B
Objective-C
// RUN: %clang_cc1 -fsyntax-only -fdebugger-support -verify %s
|
|
// expected-no-diagnostics
|
|
|
|
void importAModule() {
|
|
@import AModuleThatDoesntExist
|
|
}
|