Commit baa5df30 by Martin v. Löwis

New test case suggested by Nathan Sidwell <nathan@acm.org>

From-SVN: r26078
parent d1c7c495
// Build don't link:
// Copyright (C) 1999 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 31 Mar 1999 <nathan@acm.org>
// Make sure we see through typedefs.
typedef int Int;
void fn()
{
int *p;
Int *&pr2 = p;
}
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