blob: 7c3faaf63fefe9700ea4159626de3c031d50f5bb [file] [log] [blame]
Douglas Gregor7a626572012-11-29 23:55:25 +00001// RUN: rm -rf %t
2// RUN: %clang_cc1 -fmodule-cache-path %t -fmodules -F %S/Inputs -DgetModuleVersion="epic fail" %s 2>&1 | FileCheck %s
3
4@__experimental_modules_import Module;
5@__experimental_modules_import DependsOnModule;
6
Douglas Gregoraf8f0262012-11-30 18:38:50 +00007// CHECK: While building module 'Module' imported from
Douglas Gregor7a626572012-11-29 23:55:25 +00008// CHECK: error: expected ';' after top level declarator
Richard Smithf89e2e22012-12-05 11:04:55 +00009// CHECK: note: expanded from here
Douglas Gregor7a626572012-11-29 23:55:25 +000010// CHECK: fatal error: could not build module 'Module'
Douglas Gregoraf8f0262012-11-30 18:38:50 +000011// CHECK: While building module 'DependsOnModule' imported from
Douglas Gregor7a626572012-11-29 23:55:25 +000012// CHECK: fatal error: could not build module 'Module'
13// CHECK-NOT: error: