aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/lto/pr83954_1.c
blob: 61b40fc77598f17539ce0725a528017d240d03d5 (plain)
1
2
3
4
5
6
7
#include "pr83954.h"

struct foo {
 int x;
};
struct foo *FOO_PTR_ARR[1] = { 0 };