From: Chris Lattner Date: Wed, 14 May 2003 14:47:38 +0000 (+0000) Subject: Forgot to make test executable X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=939f47483249383cbe5d7225882651bd3c42204f;p=oota-llvm.git Forgot to make test executable git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6196 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/C++Frontend/global_type.cpp b/test/C++Frontend/global_type.cpp index a11ea644129..8e6c3221d42 100644 --- a/test/C++Frontend/global_type.cpp +++ b/test/C++Frontend/global_type.cpp @@ -4,3 +4,4 @@ double data[100]; double *dpa = data; double *dpb = data+100; +int main() { return 0; }