// SPDX-License-Identifier: MIT pragma solidity 0.8.7; contract HexLiteral { bytes8 hex1 = hex'DeadBeef'; bytes8 hex2 = hex"DeadBeef"; }