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

5 lines
119 B
Solidity
Raw Normal View History

// This is parsed as GPL-3.0:
// SPDX-License-Identifier: GPL-3.0 ⡉⡊⡋⡌⡍⡎⡏⡐⡑⡒
contract C {}
// ----