diff options
Diffstat (limited to 'gold/testsuite/pr20216_def.c')
-rw-r--r-- | gold/testsuite/pr20216_def.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gold/testsuite/pr20216_def.c b/gold/testsuite/pr20216_def.c new file mode 100644 index 0000000..62470a9 --- /dev/null +++ b/gold/testsuite/pr20216_def.c @@ -0,0 +1 @@ +__thread int gd = 1; |