1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

[FunC] Add builtin keyword to be used in stdlib later on

This commit is contained in:
Aleksandr Kirsanov 2024-05-07 13:10:56 +03:00
parent acf0043342
commit cdef8302b0
No known key found for this signature in database
GPG key ID: B758BBAA01FFB3D3
6 changed files with 99 additions and 36 deletions

View file

@ -0,0 +1,10 @@
(int, int) moddiv2(int x, int y) builtin;
{-
@compilation_should_fail
@stderr
"""
`builtin` used for non-builtin function
(int, int) moddiv2
"""
-}