make this interpretable.

llvm-svn: 85487
This commit is contained in:
Chris Lattner 2009-10-29 05:25:27 +00:00
parent 1f0a56e4c9
commit 08bb9ef7f7
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ L1: res *= 2;
return res;
}
int bar() {
int main() {
return foo(3)+foo2(4);
}