blob: 7c3faaf63fefe9700ea4159626de3c031d50f5bb [file] [log] [blame]
Douglas Gregor463d9092012-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 Gregor830ea5b2012-11-30 18:38:50 +00007// CHECK: While building module 'Module' imported from
Douglas Gregor463d9092012-11-29 23:55:25 +00008// CHECK: error: expected ';' after top level declarator
Richard Smith5b10af72012-12-05 11:04:55 +00009// CHECK: note: expanded from here
Douglas Gregor463d9092012-11-29 23:55:25 +000010// CHECK: fatal error: could not build module 'Module'
Douglas Gregor830ea5b2012-11-30 18:38:50 +000011// CHECK: While building module 'DependsOnModule' imported from
Douglas Gregor463d9092012-11-29 23:55:25 +000012// CHECK: fatal error: could not build module 'Module'
13// CHECK-NOT: error: