solidity/test/libsolidity/syntaxTests/license/license_whitespace_before_spdx.sol

4 lines
62 B
Solidity
Raw Normal View History

// SPDX-License-Identifier: GPL-3.0
contract C {}
// ----