ubsan: aarch64: left shift cannot be represented in type 'int64_t'
[deliverable/binutils-gdb.git] / gold / testsuite / two_file_test.h
index 05e5cbecc8e1968c9753a0529d794ee5aaa56cec..960d7e391b427df81b2355e4a71e23fd27e81e8d 100644 (file)
@@ -1,6 +1,6 @@
 // two_file_test.h -- a two file test case for gold, header file  -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright (C) 2006-2019 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -66,3 +66,13 @@ extern const char* f14();
 
 #define TEST_WIDE_STRING_CONSTANT L"test wide string constant"
 extern const wchar_t* f15();
+
+extern bool t16();
+extern bool t16a();
+
+extern bool t17();
+extern const char* t17data[];
+#define T17_COUNT 5
+
+extern bool t18();
+extern const char* f18(int);
This page took 0.023677 seconds and 4 git commands to generate.