]> granicus.if.org Git - llvm/commitdiff
Forgot to make test executable
authorChris Lattner <sabre@nondot.org>
Wed, 14 May 2003 14:47:38 +0000 (14:47 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 14 May 2003 14:47:38 +0000 (14:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6196 91177308-0d34-0410-b5e6-96231b3b80d8

test/C++Frontend/global_type.cpp

index a11ea64412970ac16f3199843096bb27d94625b8..8e6c3221d42c626e4d7bc49029c194d8cf93859d 100644 (file)
@@ -4,3 +4,4 @@ double data[100];
 double *dpa = data;
 double *dpb = data+100;
 
+int main() { return 0; }