Skip to content
This repository was archived by the owner on Oct 3, 2021. It is now read-only.

Commit 95e2a1b

Browse files
Add header missing from 9391a97
I had not noticed the new file after rebasing this commit on top of e1b4c8c.
1 parent 701abcc commit 95e2a1b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

c/pthread/reorder_5.i

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// This file is part of the SV-Benchmarks collection of verification tasks:
2+
// https://github.com/sosy-lab/sv-benchmarks
3+
//
4+
// SPDX-FileCopyrightText: 2011-2020 The SV-Benchmarks community
5+
// SPDX-FileCopyrightText: The ESBMC project
6+
//
7+
// SPDX-License-Identifier: Apache-2.0
8+
19
extern void abort(void);
210
extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__));
311
void reach_error() { __assert_fail("0", "reorder_5.c", 3, "reach_error"); }

0 commit comments

Comments
 (0)