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

4 lines
103 B
Solidity
Raw Normal View History

// This test is actually useless, as the test suite adds the automatic preamble.
2020-05-13 01:52:33 +00:00
contract C {}
// ----