mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-22 21:15:40 -04:00
7 lines
149 B
Objective-C
7 lines
149 B
Objective-C
// RUN: %clang_cc1 -fsyntax-only -fdebugger-support -verify %s
|
|
// expected-no-diagnostics
|
|
|
|
void importAModule() {
|
|
@import AModuleThatDoesntExist
|
|
}
|