]> granicus.if.org Git - clang/commitdiff
make this interpretable.
authorChris Lattner <sabre@nondot.org>
Thu, 29 Oct 2009 05:25:27 +0000 (05:25 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 29 Oct 2009 05:25:27 +0000 (05:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85487 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/indirect-goto.c

index 4d5923d5679cb3b67b615d25f729ee51e1702ab9..6804f5739bbffb19f0f076db5826563792c87bb4 100644 (file)
@@ -26,6 +26,6 @@ L1: res *= 2;
   return res;
 }
 
-int bar() {
+int main() {
   return foo(3)+foo2(4);
 }