summaryrefslogtreecommitdiffstats
path: root/config.tests/direct_extern_access/main.cpp
blob: 9cf0323766a315e13e9815413302cce2459b0290 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// 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;
}