Commit 321565d3 by Jakub Jelinek Committed by Jakub Jelinek

* g++.old-deja/g++.other/init16.C: New test.

From-SVN: r37318
parent 768f0669
2000-11-08 Jakub Jelinek <jakub@redhat.com>
* g++.old-deja/g++.other/init16.C: New test.
2000-11-06 Loren J. Rittle <ljrittle@acm.org>
* g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
......
// Build don't link:
// Origin: Jakub Jelinek <jakub@redhat.com>
// excess errors test - XFAIL *-*-*
#include <string>
struct foo {
string x;
};
extern const struct foo y = { "foo" };
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