mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-29 23:45:50 +08:00
9 lines
214 B
C++
9 lines
214 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=29377
|
||
|
|
||
|
__attribute__((visibility("protected"))) void foo()
|
||
|
{
|
||
|
}
|