Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f0a1c65fb007d727ff93bd8ff9c438f689cde77d
/
.
/
clang
/
test
/
Parser
/
debugger-import-module.m
blob: b6001aed6a89e2c61d613a113076a2179bed2520 [
file
] [
log
] [
blame
]
Sean Callanan
76c1d95
2014-12-10 18:57:09 +0000
[
diff
] [
blame
]
1
// RUN: %clang_cc1 -fsyntax-only -fdebugger-support -verify %s
2
// expected-no-diagnostics
3
4
void
importAModule
()
{
5
@import
AModuleThatDoesntExist
6
}