1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-05-13 15:51:28 +00:00

12 lines
168 B
TypeScript

@global
@operator("+")
@operator.binary("-")
@operator.prefix("~")
@operator.postfix("++")
@unmanaged
@sealed
@inline
@external("a", "b")
@custom
function a(): void {}