Commit 8938bb76 by Mark Mitchell

Fix test to correctly reflect problem

From-SVN: r26695
parent 062e7fd8
// Origin: Andrew Pollard <andrew@odie.demon.co.uk> // Origin: Andrew Pollard <andrew@odie.demon.co.uk>
// Special g++ Options: -O
struct A { struct A {
A(int); A(int, int);
}; };
A::A(int) {} A::A(int, int) {}
static A _A(0); static A _A(0, 0);
int main() { return(0); } int main() { return(0); }
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