2018-08-07 10:23:00 +00:00
|
|
|
contract C {
|
|
|
|
function f() public pure {
|
|
|
|
assembly {
|
2020-07-01 17:25:14 +00:00
|
|
|
let x := .offset
|
2018-08-07 10:23:00 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// ----
|
2020-07-01 17:25:14 +00:00
|
|
|
// ParserError 1856: (84-85): Literal or identifier expected.
|