1#!/usr/bin/env python3
2# pylint: disable=C0114
3#
4# DESCRIPTION: Verilator: Verilog Test example --pipe-filter script
5#
6# Copyright 2010 by Wilson Snyder. This program is free software; you
7# can redistribute it and/or modify it under the terms of either the GNU
8# Lesser General Public License Version 3 or the Perl Artistic License
9# Version 2.0.
10# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
11
12import sys
13
14sys.exit("%Error: t_pipe_exit_bad.pf: Intentional bad exit status...")
15