mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-26 14:17:05 +08:00
12 lines
255 B
C++
12 lines
255 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
|
|
|
|
#define BUILD
|
|
#include "lib.h"
|
|
|
|
void *S::ptr = nullptr;
|
|
S::~S() { }
|
|
void *S::f() { return ptr; }
|