blob: b679a926990eb5ba0e4a284f296716d102932776 [file] [log] [blame]
struct A {
A() = default;
};
void someFunc()
{
A a;
}