mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-15 04:32:21 +00:00
11 lines
150 B
Text
11 lines
150 B
Text
|
fun moddiv2(x: int, y: int): (int, int) builtin;
|
||
|
|
||
|
/**
|
||
|
@compilation_should_fail
|
||
|
@stderr
|
||
|
"""
|
||
|
`builtin` used for non-builtin function
|
||
|
fun moddiv2
|
||
|
"""
|
||
|
*/
|