1// DESCRIPTION: Verilator: Verilog Test module
2//
3// This file ONLY is placed into the Public Domain, for any use,
4// without warranty, 2017 by Todd Strader.
5// SPDX-License-Identifier: CC0-1.0
6
7module t (
8);
9
10    localparam the_localparam = 8'd256;
11
12endmodule
13