Commit 2a5557ff by Mark Mitchell

New test case

From-SVN: r26735
parent 412e0b3c
// Build don't run:
// Origin: DJ Delorie <dj@delorie.com>
class X {
public:
int i;
X() { i = 0; }
~X();
virtual int foo() { return i; }
virtual void bar();
};
int main()
{
}
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