Commit 45b6f9c9 by Richard Henderson

New.

[[Split portion of a mixed commit.]]

From-SVN: r41230.2
parent c57718d3
// Build don't link:
// We tried to create a temporary of unknown size and crashed.
extern int a1[];
extern int a2[];
int foo(int p)
{
int x = (p ? a1 : a2)[1];
return x;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment