mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
8 lines
177 B
Solidity
8 lines
177 B
Solidity
|
pragma solidity ^99.99.0;
|
||
|
contract C {
|
||
|
uint ;
|
||
|
}
|
||
|
// ----
|
||
|
// ParserError 6635: (48-49): Expected identifier but got ';'
|
||
|
// ParserError 6635: (50-51): Expected ';' but got '}'
|