blob: 0443bedcaf8629f7c3622def1785694f8006ae52 [file] [log] [blame]
Ben Langmuir6b7f7342014-07-14 19:45:12 +00001// RUN: rm -rf %t
2// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -F %S/Inputs %s -verify -DA
3
4@import MOdule; // expected-error{{module 'MOdule' not found}}
5@import Module;