llvm-project/clang/test/Parser/debugger-import-module.m

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
149 B
Mathematica
Raw Normal View History

// RUN: %clang_cc1 -fsyntax-only -fdebugger-support -verify %s
// expected-no-diagnostics
void importAModule() {
@import AModuleThatDoesntExist
}