blob: 1664575c6e9c0e5a9eeccb540e9a666f018f1fbd [file] [log] [blame]
// PR c++/56530
// { dg-options "-Wsign-conversion" }
struct string
{
string () {};
~string () {};
};
string foo[1]; // okay
string bar[1][1]; // gives bogus warning