aboutsummaryrefslogblamecommitdiff
path: root/test/Parser/debugger-import-module.m
blob: b6001aed6a89e2c61d613a113076a2179bed2520 (plain) (tree)
1
2
3
4
5
6





                                                              
// RUN: %clang_cc1 -fsyntax-only -fdebugger-support -verify %s
// expected-no-diagnostics

void importAModule() {
  @import AModuleThatDoesntExist
}