summaryrefslogtreecommitdiffstats
path: root/config.tests/direct_extern_access/lib.cpp
blob: 6cbc85571f132fc6a3b81c44034bbca92f9c517d (plain)
1
2
3
4
5
6
7
8
9
10
// 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"

S::~S() { }
void S::f() { }