blob: 00c13faccf433e3ea25f5785855e6070a01c3aab [file] [log] [blame]
Douglas Gregorc7be1022012-11-05 23:58:27 +00001// RUN: rm -rf %t
Douglas Gregor953a61f2013-02-07 19:01:24 +00002// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -F %S/Inputs -include Module/Module.h %s -emit-llvm -o - | FileCheck %s
Douglas Gregorc7be1022012-11-05 23:58:27 +00003
4// CHECK: call i8* @getModuleVersion
5const char* getVer(void) {
6 return getModuleVersion();
7}