Commit d8e8b2b9 by Mark Mitchell

New failing test

From-SVN: r26693
parent 7f477e81
// Origin: Andrew Pollard <andrew@odie.demon.co.uk>
struct A {
A(int);
};
A::A(int) {}
static A _A(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