396170d07b
And take the opportunity to remove the "m" in the qmake feature name and .prf file. Pick-to: 6.4 Change-Id: I36b24183fbd041179f2ffffd170224ab75cdd968 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
13 lines
226 B
C++
13 lines
226 B
C++
// Copyright (C) 2022 Intel Corporation.
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
// This is the test found in https://sourceware.org/bugzilla/show_bug.cgi?id=29087
|
|
|
|
#include "lib.h"
|
|
|
|
struct Local : S { };
|
|
int main()
|
|
{
|
|
Local l;
|
|
}
|