summaryrefslogtreecommitdiffstats
path: root/config.tests/no_direct_extern_access/other.cpp
blob: ff12b109300fe552927244657d81db5c705b8f39 (plain)
1
2
3
4
5
6
7
8
// 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()
{
}