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
[flang] Treat pre-processed input as fixed (#117563)
[llvm-project.git]
/
clang
/
test
/
Parser
/
debugger-import-module.m
blob
7f65583c5c2431e7169777656cde748ffdc917b1
1
// RUN: %clang_cc1 -fsyntax-only -fdebugger-support -verify %s
2
// expected-no-diagnostics
3
4
void importAModule(void) {
5
@import AModuleThatDoesntExist
6
}