Commit the right version of the test

llvm-svn: 61302
This commit is contained in:
Anders Carlsson 2008-12-21 03:40:32 +00:00
parent 76dbc0423e
commit 118467dfb7
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ void a(int x) {
b(arry);
}
void b(int n)
int c(int n)
{
sizeof(int[n]);
return sizeof(int[n]);
}