repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[lld][WebAssembly] Reinstate mistakenly disabled test. NFC
[llvm-project.git]
/
clang
/
test
/
Parser
/
debugger-import-module.m
blob
b6001aed6a89e2c61d613a113076a2179bed2520
1
// RUN: %clang_cc1 -fsyntax-only -fdebugger-support -verify %s
2
// expected-no-diagnostics
3
4
void importAModule() {
5
@import AModuleThatDoesntExist
6
}