Update tests

This commit is contained in:
Alex Beregszaszi
2020-12-10 17:18:15 +01:00
committed by chriseth
parent 2b09fa14e1
commit c032ad3379
8 changed files with 47 additions and 6 deletions
@@ -0,0 +1,13 @@
contract C {
function f() public pure {
assembly {
let linkersymbol := 1
let datacopy := 1
let swap16 := 1
}
}
}
// ----
// DeclarationError 5017: (67-79): The identifier "linkersymbol" is reserved and can not be used.
// DeclarationError 5017: (95-103): The identifier "datacopy" is reserved and can not be used.
// DeclarationError 5017: (119-125): The identifier "swap16" is reserved and can not be used.