From: Chris Lattner Date: Thu, 29 Oct 2009 05:25:27 +0000 (+0000) Subject: make this interpretable. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b8da89b1c3a79fdf55f1510cce2b9169b1947cd;p=clang make this interpretable. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85487 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/indirect-goto.c b/test/CodeGen/indirect-goto.c index 4d5923d567..6804f5739b 100644 --- a/test/CodeGen/indirect-goto.c +++ b/test/CodeGen/indirect-goto.c @@ -26,6 +26,6 @@ L1: res *= 2; return res; } -int bar() { +int main() { return foo(3)+foo2(4); }