blob: 32ac52d89ad157e787cf2588bd0aac95db30f0fe [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
9// CHECK: note: expanded from macro 'getModuleVersion'
10// 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: